Skip to content

Commit

Permalink
Composer config update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjas1997 committed Jan 19, 2023
1 parent 6e79e4b commit 530b441
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
"Invertus\\SaferPay\\Tests\\": "tests/"
}
},
"config": {
"prepend-autoloader": false,
"platform": {
"php": "5.6"
}
},
"require": {
"php": ">=5.6",
"vlucas/phpdotenv": "^3.6",
"symfony/expression-language": "^3.4",
"symfony/config": "^3.4",
Expand All @@ -35,12 +40,6 @@
"test-integration": "./vendor/bin/phpunit --configuration ./tests/Integration/phpunit.xml",
"test-unit": "./vendor/bin/phpunit --configuration tests/Unit/phpunit.xml"
},
"config": {
"prepend-autoloader": false,
"platform": {
"php": "5.6"
}
},
"author": "PrestaShop",
"license": "AFL-3.0"
}

0 comments on commit 530b441

Please sign in to comment.