Skip to content

Commit

Permalink
composer optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 16, 2017
1 parent 14c76ec commit c427022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "library",
"require": {
"php": "^7.1",
"selami/stdlib": "^1.2",
"symfony/console": "^3.2",
"psr/container": "^1.0"
},
Expand All @@ -23,9 +24,8 @@
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Selami\\": "src"
},
"files": ["src/functions.php"]
"Selami\\Console\\": "src/Console"
}
},
"autoload-dev": {
"psr-4": {
Expand Down
5 changes: 0 additions & 5 deletions src/functions.php

This file was deleted.

0 comments on commit c427022

Please sign in to comment.