Skip to content

Commit

Permalink
Update to PSR4
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Aug 3, 2014
1 parent 86d2d26 commit bd923f7
Show file tree
Hide file tree
Showing 31 changed files with 852 additions and 44 deletions.
76 changes: 38 additions & 38 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "anahkiasen/former",
"description": "A powerful form builder",
"homepage": "http://anahkiasen.github.com/former/",
"license": "MIT",
"keywords": [
"bootstrap",
"form",
"foundation",
"laravel"
],
"authors": [
{
"name": "Maxime Fabre",
"email": "[email protected]"
}
],
"require": {
"anahkiasen/html-object": "~1.4",
"illuminate/config": "~4.0",
"illuminate/container": "~4.0",
"illuminate/http": "~4.0",
"illuminate/routing": "~4.0",
"illuminate/session": "~4.0",
"illuminate/translation" :"~4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"illuminate/database": "~4.0"
},
"autoload": {
"psr-0": {
"Former": "src",
"Laravel": "src"
},
"classmap": ["tests"]
}
}
{
"name": "anahkiasen/former",
"description": "A powerful form builder",
"homepage": "http://anahkiasen.github.com/former/",
"license": "MIT",
"keywords": [
"bootstrap",
"form",
"foundation",
"laravel"
],
"authors": [
{
"name": "Maxime Fabre",
"email": "[email protected]"
}
],
"require": {
"anahkiasen/html-object": "~1.4",
"illuminate/config": "~4.0",
"illuminate/container": "~4.0",
"illuminate/http": "~4.0",
"illuminate/routing": "~4.0",
"illuminate/session": "~4.0",
"illuminate/translation" :"~4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1.4",
"mockery/mockery": "~0.9.1",
"illuminate/database": "~4.0"
},
"autoload": {
"psr-4": {
"Former\\": ["src/Former", "tests"],
"Laravel\\": "src/Laravel"
}
}
}
Loading

0 comments on commit bd923f7

Please sign in to comment.