Skip to content

Commit

Permalink
upgrading dependencies illuminate for laravel base projects update to…
Browse files Browse the repository at this point in the history
… laravel 9 (#8)

Co-authored-by: Juan Lotito <[email protected]>
  • Loading branch information
Lotykun and Lotykun-Softonic authored Oct 4, 2022
1 parent c7fbecf commit 4d762e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"require": {
"php": ">=7.3",
"illuminate/support": "^7.0 || ^8.0"
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan": "^0.11|^1.8",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3"
},
Expand Down

0 comments on commit 4d762e0

Please sign in to comment.