Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update to Laravel 10
  • Loading branch information
EmadAdly authored Feb 23, 2023
1 parent 5bdfb3b commit 3960687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
],
"require": {
"php": "^7.0|^8.0|^8.1",
"illuminate/support": "6.*|7.*|8.*|9.*|10.*"
"illuminate/support": "6.*|7.*|8.*|9.*|^10.0"

},
"require-dev": {
"phpunit/phpunit": "~6.0|7.0.*|8.0.*|9.0.*",
"laravel/framework": "6.*|7.*|8.*|9.*|10.*",
"phpunit/phpunit": "~6.0|7.0.*|8.0.*|9.0.*|^9.5.10",
"laravel/framework": "6.*|7.*|8.*|9.*|^10.0",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
Expand Down

1 comment on commit 3960687

@EmadAdly
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to Laravel 10

Please sign in to comment.