Skip to content

Commit

Permalink
Merge pull request #8 from 0x3337/laravel-10
Browse files Browse the repository at this point in the history
Update illuminate packages
  • Loading branch information
dias-zhanabayev authored Mar 7, 2023
2 parents de921dd + fcda8e0 commit b54831f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^8.0.2",
"illuminate/log": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/queue": "^8.0|^9.0",
"illuminate/routing": "^8.0|^9.0"
"illuminate/log": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/queue": "^8.0|^9.0|^10.0",
"illuminate/routing": "^8.0|^9.0|^10.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit b54831f

Please sign in to comment.