Skip to content

Commit e906a04

Browse files
authored
Merge pull request #13 from laravel-notification-channels/laravel-5.x-support
Add support for Laravel 5.1 & 5.2
2 parents da476e4 + d363795 commit e906a04

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.6.4",
15+
"php": ">=5.5.9",
1616
"twilio/sdk": "^4.11",
17-
"illuminate/notifications": "5.3.*",
18-
"illuminate/support": "5.3.*",
19-
"illuminate/events": "5.3.*"
17+
"illuminate/notifications": "5.1.*|5.2.*|5.3.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*",
19+
"illuminate/events": "5.1.*|5.2.*|5.3.*"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9.5",
@@ -37,7 +37,5 @@
3737
},
3838
"config": {
3939
"sort-packages": true
40-
},
41-
"minimum-stability": "dev",
42-
"prefer-stable": true
40+
}
4341
}

0 commit comments

Comments
 (0)