Re-order sections in composer.json
This commit is contained in:
parent
8f1efcdba2
commit
1bc2810988
|
@ -14,6 +14,10 @@
|
|||
"tightenco/collect": "^5.8",
|
||||
"josephlavin/tap": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.15",
|
||||
"phpunit/phpunit": "^8.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "composer run-script generate",
|
||||
"generate": "sculpin generate --clean --no-interaction",
|
||||
|
@ -35,9 +39,5 @@
|
|||
"psr-4": {
|
||||
"App\\Tests\\Speakers\\": "src/Speakers/tests"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.15",
|
||||
"phpunit/phpunit": "^8.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue