Skip to content

Commit

Permalink
duh - psr-4 config should be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Grimes committed Feb 4, 2015
1 parent 9f1bf1c commit 5c98c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
vendor/
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,13 +12,13 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.*",
"illuminate/html": "5.0.*",
"illuminate/html": "5.0.*",
"leafo/lessphp": "~0.5"

},
"autoload": {
"psr-4": {
"Jtgrimes\\Less4laravel": "src/"
"Jtgrimes\\Less4laravel\\": "src/"
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 5c98c58

Please sign in to comment.