Skip to content

Commit

Permalink
composer.json: Moved 'require' section closer to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jun 26, 2018
1 parent fbc2600 commit 078b359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"email": "alexey@kopytko.com"
}
],
"require": {
"php": ">=7",
"symfony/polyfill-php71": "^1.7"
},
"require-dev": {
"phpunit/phpunit": ">=6",
"php-coveralls/php-coveralls": "^2.0",
Expand All @@ -30,10 +34,6 @@
"autoload-dev": {
"psr-4": {"Tests\\Pipeline\\": "tests/"}
},
"require": {
"php": ">=7",
"symfony/polyfill-php71": "^1.7"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev",
Expand Down

0 comments on commit 078b359

Please sign in to comment.