Skip to content

Commit

Permalink
Update composer for php>=55
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrossi committed Aug 7, 2017
1 parent d542b7d commit a8ee2f9
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 144 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
}
],
"require": {
"php": ">=5.5.9",
"jgrossi/corcel": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "4.2.2"
"phpunit/phpunit": "~4.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a8ee2f9

Please sign in to comment.