Skip to content

Commit cfcda21

Browse files
authored
Merge pull request #138 from divoto/Update-for-laravel9
update for laravel 9
2 parents 26b1712 + 43ebcdd commit cfcda21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5.0|>=7.2.5",
14-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
13+
"php": ">=5.5.0|>=7.2.5|>=8.0.0",
14+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0"
1515
},
1616
"require-dev": {
17-
"phpspec/phpspec": "~2.0"
17+
"phpspec/phpspec": ">=2.0"
1818
},
1919
"autoload": {
2020
"files": [

0 commit comments

Comments
 (0)