Skip to content

Commit

Permalink
feat: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnogueirasilva committed Aug 16, 2023
1 parent 3a2d677 commit 760f36c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.2|^8.0|^8.2",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|10.0"
"php": "^8.2",
"illuminate/support": "^10.0"
},
"require-dev": {
"phpunit/phpunit" : "^8.3|^9.0|^10.0",
"scrutinizer/ocular": "^1.1",
"php-coveralls/php-coveralls": "v2.6.0",
"mockery/mockery": ">1.2",
"orchestra/testbench": ">4.0"
"mockery/mockery": "1.6.6",
"orchestra/testbench": "^8.8.1"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 760f36c

Please sign in to comment.