Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Mar 12, 2018
1 parent 498e5ea commit b40c158
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@
"files": [
"./boot/initialize.php",
"./boot/version.php"
],
"classmap": [
"./lib",
"./helper"
]
},
"require": {
"php": "^7.2",
"psr/log": "*",
"symfony/yaml": "^4",
"ext-seaslog": "^1"
},
"require-dev": {
Expand All @@ -43,8 +48,10 @@
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
},
"config": {
"classmap-authoritative": true,
"preferred-install": "dist",
"optimize-autoloader": true,
"apcu-autoloader": true,
"sort-packages": true
},
"prefer-stable": true
Expand Down

0 comments on commit b40c158

Please sign in to comment.