Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Jul 28, 2024
1 parent e239fe1 commit b057c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"test": "@composer lint && phpunit",
"lint": "phpcs -p -n"
},
"require": {},
"require": {
"symfony/dotenv": "^5||^6||^7"
},
"require-dev": {
"phpunit/phpunit": "^6.5||^7||^8||^9",
"squizlabs/php_codesniffer": "^3.4",
Expand Down

0 comments on commit b057c84

Please sign in to comment.