Skip to content

Commit

Permalink
Merge pull request #7 from chocofamilyme/SP-470
Browse files Browse the repository at this point in the history
feat: обновление до laravel 9
  • Loading branch information
AidynMakhataev authored Apr 21, 2022
2 parents a141964 + 78ea954 commit de921dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": ">= 7.4.0",
"illuminate/log": "^8.0",
"illuminate/http": "^8.0",
"illuminate/queue": "^8.0",
"illuminate/routing": "^8.0"
"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"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit de921dd

Please sign in to comment.