Skip to content

Commit 9ddaed3

Browse files
authored
Update composer.json
1 parent dcd454f commit 9ddaed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3|^8.0",
20-
"laravel/framework": "^5.7|^6.0|^7.0|^8.0|^9.0"
19+
"php": ">=7.1.3",
20+
"laravel/framework": ">=5.7"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0|^7.0"

0 commit comments

Comments
 (0)