Skip to content

Commit 82ff06f

Browse files
authored
Updated dependencies
1 parent 52cbf1f commit 82ff06f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,15 @@
1616
},
1717
"require": {
1818
"php": ">=5.5.9",
19-
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
19+
"illuminate/database": "5.*",
2020
"mailium/oauth-client-php" :"1.0.22",
2121
"mailium/api-wrapper-php": "1.0.3"
2222
},
23-
"require-dev": {
24-
"phpunit/phpunit": "~4.0|~5.0"
25-
},
2623
"autoload": {
2724
"psr-4": {
2825
"MailiumOauthClient\\MailiumOauthClientLaravel\\": "src/MailiumOauthClient/MailiumOauthClientLaravel"
2926
}
3027
},
31-
"autoload-dev": {
32-
"psr-4": {
33-
"Tests\\": "tests/"
34-
}
35-
},
3628
"minimum-stability": "dev",
3729
"prefer-stable": true
3830
}

0 commit comments

Comments
 (0)