Skip to content

Commit

Permalink
removed php 7.3 and laravel 7 support and added support for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dropelikeit committed Feb 14, 2022
1 parent c6fe6d6 commit 2ff3d27
Show file tree
Hide file tree
Showing 2 changed files with 1,429 additions and 1,457 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^8.0|^9.0",
"illuminate/support": "^6.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^8.0|^9.0",
"jms/serializer": "^3.4",
"doctrine/cache": "^1.10",
"php": "^7.3|^7.4|^8.0"
"php": "^7.4|^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -37,11 +37,11 @@
}
},
"require-dev": {
"roave/security-advisories": "dev-master",
"roave/security-advisories": "dev-latest",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^9.3",
"nunomaduro/larastan": "^0.6.4",
"orchestra/testbench": "^4.0|^5.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"phpstan/phpstan-phpunit": "^0.12.16"
},
"scripts": {
Expand Down
Loading

0 comments on commit 2ff3d27

Please sign in to comment.