Skip to content

Commit

Permalink
update composer require-dev to use "^1.5 || ~2.0.0@dev || ^2.0"
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Apr 30, 2020
1 parent f9e9d9f commit 839caeb
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 @@ -50,7 +50,7 @@
"mezzio/mezzio-helpers": "^5.3"
},
"require-dev": {
"composer/composer": "^1.5 || ^2.0@dev",
"composer/composer": "^1.5 || ~2.0.0@dev || ^2.0",
"elie29/zend-phpdi-config": "^6.0",
"filp/whoops": "^2.7.1",
"jsoumelidis/zend-sf-di-config": "^0.4",
Expand Down

0 comments on commit 839caeb

Please sign in to comment.