Skip to content

Commit

Permalink
Update dependencies to support Laravel 5 and to psr4. Remove unnecess…
Browse files Browse the repository at this point in the history
…ary folder structure.
  • Loading branch information
changhuapeng authored and changhuapeng committed Apr 1, 2016
1 parent e46ba2b commit 9fce45e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
"php": ">=5.5.9",
"illuminate/support": "5.1.*"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Abreeden\\TransmitsmsApi\\": "src/"
"psr-4": {
"Abreeden\\TransmitsmsApi\\": "src"
}
},
"minimum-stability": "stable"
Expand Down
Empty file removed public/.gitkeep
Empty file.
Empty file removed src/config/.gitkeep
Empty file.
Empty file removed src/controllers/.gitkeep
Empty file.
Empty file removed src/lang/.gitkeep
Empty file.
Empty file removed src/migrations/.gitkeep
Empty file.
Empty file removed src/views/.gitkeep
Empty file.

0 comments on commit 9fce45e

Please sign in to comment.