Skip to content

Commit

Permalink
Merge pull request #3 from Rikj000/feature/laravel-10
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Apr 28, 2023
2 parents 10ac87f + 826af3e commit c5241bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"laravel/framework": "^8.0 || ^9.0",
"flagsmith/flagsmith-php-client": "^2.0"
"php": ">=7.4",
"laravel/framework": ">=8.0",
"flagsmith/flagsmith-php-client": ">=2.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit c5241bf

Please sign in to comment.