Skip to content

Commit

Permalink
Optimize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Moraes committed Apr 2, 2017
1 parent 2654617 commit c2f445d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"license": "MIT",
"type": "project",
"description": "A modification to the \"Symfony Standard Edition\" distribution to make it little and API friendly.",
"keywords": ["symfony", "framework", "api", "skeleton"],
"autoload": {
"psr-4": {
"": "src/"
Expand Down Expand Up @@ -56,5 +57,10 @@
"incenteev-parameters": {
"file": "app/config/parameters.yml"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}

0 comments on commit c2f445d

Please sign in to comment.