Skip to content

Commit

Permalink
Merge pull request #18 from oxygen-cms/laravel10
Browse files Browse the repository at this point in the history
upgrade to Laravel 10
  • Loading branch information
neon64 authored Apr 1, 2024
2 parents 2ecfdaf + 0f01159 commit fc8dcb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"require": {
"php": ">=7.4.0",
"oxygen/data": "~0.11.0",
"laravel/framework": "~6.0",
"php": "^8.1",
"oxygen/data": "~0.12.0",
"laravel/framework": "^10.0",
"twig/twig": "^3.0",
"ueberdosis/tiptap-php": "^1.1",
"ext-dom": "*"
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"phpspec/phpspec": "^6.1"
"phpspec/phpspec": "^7.0"
},
"scripts": {
"test": "vendor/bin/phpspec run && vendor/bin/phpstan analyze src --level 2"
Expand Down

0 comments on commit fc8dcb6

Please sign in to comment.