Skip to content

Commit

Permalink
Adapt extension template to PSR-4 autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Oct 9, 2015
1 parent 84beb66 commit e017e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.3.0"
"php": ">=5.3.3"
},
"require-dev": {
"laravel/framework": ">=5.0"
},
"autoload": {
"psr-0": {
"MW": "lib/custom/src"
"psr-4": {
"Aimeos\\MW\\": "lib/custom/src/MW"
},
"classmap": [
"lib/custom/src"
Expand Down

0 comments on commit e017e12

Please sign in to comment.