Skip to content

Commit c5241bf

Browse files
authored
Merge pull request #3 from Rikj000/feature/laravel-10
2 parents 10ac87f + 826af3e commit c5241bf

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,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4 || ^8.0",
14-
"laravel/framework": "^8.0 || ^9.0",
15-
"flagsmith/flagsmith-php-client": "^2.0"
13+
"php": ">=7.4",
14+
"laravel/framework": ">=8.0",
15+
"flagsmith/flagsmith-php-client": ">=2.0"
1616
},
1717
"extra": {
1818
"laravel": {

0 commit comments

Comments
 (0)