Skip to content

Commit e80b261

Browse files
ptondereautomschlick
authored andcommitted
Add compatibility to L5.3 + add some tests (#8)
* Update deps * refactored service provider * Add service provider tests * small fixes
1 parent ad706e1 commit e80b261

File tree

5 files changed

+1632
-218
lines changed

5 files changed

+1632
-218
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"illuminate/support": "^5.2",
15-
"illuminate/http": "^5.2"
14+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*",
15+
"illuminate/support": "5.1.*|5.2.*|5.3.*",
16+
"illuminate/http": "5.1.*|5.2.*|5.3.*"
1617
},
1718
"require-dev": {
18-
"phpunit/phpunit": "^5.4"
19+
"phpunit/phpunit": "^5.4",
20+
"graham-campbell/testbench": "^3.1"
1921
},
2022
"autoload": {
2123
"psr-4": {

0 commit comments

Comments
 (0)