Skip to content

Commit

Permalink
Allow to use combawa with symfony/dotenv 7.
Browse files Browse the repository at this point in the history
Change-Id: Ie41a22c7dac3cc5ba6a8671da3f4085bda174bdb
  • Loading branch information
Edouard Cunibil committed Oct 8, 2024
1 parent 02e0f70 commit d667e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require": {
"drush/drush": "^13",
"symfony/dotenv": "^6.3"
"symfony/dotenv": "^6 || ^7"
},
"suggest": {
"happyculture/combawa-wrapper": "Lets you run combawa from anywhere without naming explicitely vendor/bin/combawa.sh."
Expand Down

0 comments on commit d667e4f

Please sign in to comment.