Skip to content

Commit

Permalink
Fixes composer conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 15, 2021
1 parent c41a754 commit f048336
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"squizlabs/php_codesniffer" : ">=3.6.0",
"phpcompatibility/php-compatibility" : ">=9.3.5",
"phpmetrics/phpmetrics" : ">=2.7.4",
"roave/security-advisories" : "dev-master",

"symfony/yaml" : ">=4.4.16",
"symfony/console" : ">=4.4.16",
Expand All @@ -34,7 +33,7 @@

"require-dev" : {
"phpbench/phpbench" : "^0.17.1",
"jbzoo/phpunit" : "^4.6.0",
"jbzoo/phpunit" : "^4.6.2",
"jbzoo/utils" : "^4.2.3",
"jbzoo/composer-graph" : "^1.0.4",
"jbzoo/composer-diff" : "^1.1.2",
Expand All @@ -45,9 +44,6 @@
"files" : ["src/php/compatibility.php"]
},

"minimum-stability" : "dev",
"prefer-stable" : true,

"config" : {
"optimize-autoloader" : true
},
Expand Down

0 comments on commit f048336

Please sign in to comment.