Skip to content
Snippets Groups Projects
Commit e9f3a18e authored by jurgenhaas's avatar jurgenhaas
Browse files

Get ready for composer 2

parent 795f4726
No related branches found
Tags v1.3.0
No related merge requests found
.env
vendor
composer.lock
/vendor/
/.env
/composer.lock
......@@ -31,13 +31,13 @@
},
"require": {
"php": ">=7.2",
"composer-plugin-api": "^1.0.0",
"composer-plugin-api": "^1||^2",
"lakedrops/composer-json-utils": "^1.4.0",
"symfony/yaml": "^3.4||^4.4||^5.0"
},
"require-dev": {
"composer/composer": "^1.5.0",
"phpunit/phpunit": "^4.8.0"
"composer/composer": "^1||^2",
"phpunit/phpunit": "^8.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment