Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
L5.6 compliancy
Browse files Browse the repository at this point in the history
The package isn't L5.6 compliant because of illuminate container dependency and phpunit not being updated.
Not really sure this updates will be enough to grant compliancy, but it's a start.
  • Loading branch information
IlCallo authored Feb 19, 2018
1 parent 9835271 commit de2102e
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 @@ -23,9 +23,9 @@
},
"require": {
"laravel/tinker": "~1.0",
"illuminate/container": "5.2.* || 5.3.* || 5.4.* || 5.5.*"
"illuminate/container": "5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "^6.4|^7.0"
}
}

0 comments on commit de2102e

Please sign in to comment.