Skip to content

Commit

Permalink
Updated versions constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindierkx committed Sep 11, 2024
1 parent 2a892cb commit dc672da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}
],
"require": {
"php": "^8.0",
"illuminate/console": "^9.35"
"php": "^8.1",
"illuminate/console": "^9.35|^10.0|^11.0"
},
"require-dev": {
"distortedfusion/php-cs-fixer-config": "^2.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/10-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ composer require distortedfusion/laravel-env-management

| Laravel | PHP | Package |
| ------- | -------------- | ------- |
| 6.x | ^7.2 | >= 1.0 |
| 7.x | ^7.2 | >= 1.0 |
| 9.x | ^8.0 | >= 2.0 |
| 10.x | ^8.1 | >= 2.0 |
| 11.x | ^8.1 | >= 2.0 |

0 comments on commit dc672da

Please sign in to comment.