Skip to content

Commit

Permalink
Add support for symfony/dotenv v6
Browse files Browse the repository at this point in the history
Add test environment 8.1, 8.2 and 8.3
  • Loading branch information
websi committed Dec 6, 2023
1 parent d95a808 commit 04c496b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ php:
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=7.2",
"composer-plugin-api": "^1.0 || ^2.0",
"symfony/dotenv": "^5.1"
"symfony/dotenv": "^5.1 || ^6.4"
},
"require-dev": {
"composer/composer": "^1.0 || 2.0.*@dev",
Expand Down

0 comments on commit 04c496b

Please sign in to comment.