Skip to content

Commit

Permalink
Move config to the bottom of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 1, 2022
1 parent a96d1df commit 0fac00d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -9,10 +9,6 @@
"email": "github@muglug.com"
}
],
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"require": {
"php": "^7.1 || ^8.0",
"ext-simplexml": "*",
Expand Down Expand Up @@ -56,5 +52,9 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "codecept run -v"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
}
}

0 comments on commit 0fac00d

Please sign in to comment.