Skip to content

Commit

Permalink
Supporting Laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Aug 11, 2015
1 parent 57bdb8b commit 4d1ce0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.",
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4.0"
"illuminate/support": "4 - 5"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"bkwld/upchuck": "~1.1",
"illuminate/database": "~4.0",
"illuminate/database": "4 - 5",
"league/flysystem-vfs": "^1.0",
"mockery/mockery": "^0.9.4",
"codeclimate/php-test-reporter": "dev-master"
Expand Down

0 comments on commit 4d1ce0f

Please sign in to comment.