Skip to content

Commit

Permalink
Merge pull request #217 from muath-ye/patch-1
Browse files Browse the repository at this point in the history
Add support to laravel 10
  • Loading branch information
cretueusebiu authored Dec 20, 2023
2 parents 2c68f3b + c85e04e commit 1862b01
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 @@ -33,19 +33,19 @@
}
},
"require": {
"php": "^7.4|^8.0",
"illuminate/container": "^8.0|^9.0",
"php": "^7.4|^8.0|^8.1",
"illuminate/container": "^8.0|^9.0|^10.0",
"mnapoli/silly": "^1.7",
"symfony/process": "^4.0|^5.0|^6.0",
"nategood/httpful": "^0.3",
"phpseclib/phpseclib": "^3.0",
"illuminate/collections": "^8.0|^9.0"
"illuminate/collections": "^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"mockery/mockery": "^1.4",
"spatie/docker": "^1.7",
"illuminate/testing": "^8.20|^9.0"
"illuminate/testing": "^8.20|^9.0|^10.0"
},
"bin": [
"valet"
Expand Down

0 comments on commit 1862b01

Please sign in to comment.