Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aenima700 authored Apr 18, 2023
1 parent 3b89f9d commit 56e1eda
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 @@ -25,14 +25,14 @@
},
"require": {
"php": ">=7.2",
"laravel/framework": "^6.0 || ^7.0 || ^8.0",
"laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"laravel/helpers": "^1.1"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "~7.0 || ^8.5 || ^9",
"phpunit/phpunit": "~7.0 || ^8.5 || ^9 || ^10",
"squizlabs/php_codesniffer" : "1.5.*",
"laravel/laravel": "^6.0 || ^7.0 || ^8.0",
"laravel/laravel": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 ",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
Expand Down

0 comments on commit 56e1eda

Please sign in to comment.