Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Aug 3, 2014
2 parents 7fcd429 + e5e898e commit d5bbb27
Show file tree
Hide file tree
Showing 22 changed files with 375 additions and 298 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@
}
],
"require": {
"php": ">=5.3.0",
"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"
"illuminate/config": "4.1.*",
"illuminate/container": "4.1.*",
"illuminate/http": "4.1.*",
"illuminate/routing": "4.1.*",
"illuminate/session": "4.1.*",
"illuminate/translation" :"4.1.*"
},
"require-dev": {
"phpunit/phpunit": "~4.1.4",
"mockery/mockery": "~0.9.1",
"illuminate/database": "~4.0"
"illuminate/database": "4.1.*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d5bbb27

Please sign in to comment.