Skip to content

Commit 826af3e

Browse files
committed
🔧 Configured composer.json - Require minimum or above
- `php` 7.4 - `laravel/framework` 8.0 - `flagsmith/flagsmith-php-client` 2.0
1 parent 10ac87f commit 826af3e

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)