Skip to content

Commit

Permalink
Merge pull request #13 from jferdi24/master
Browse files Browse the repository at this point in the history
chore: add support laravel 10
  • Loading branch information
dnetix authored Apr 20, 2023
2 parents 3ae1c24 + 3ccdbc7 commit f5a197b
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 @@ -9,14 +9,14 @@
}
],
"require": {
"php": ">=7.4 | ^8.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
"php": ">=7.4 | ^8.0 | ^8.1" ,
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "^1.3.0",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^10.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"friendsofphp/php-cs-fixer": "^3.0"
},
Expand Down

0 comments on commit f5a197b

Please sign in to comment.