Skip to content

Commit d127495

Browse files
committed
Tested with Laravel 5.2.
1 parent 38f6b00 commit d127495

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speelpenning/laravel-workbench",
3-
"description": "Helps you develop packages for Laravel 5.1.",
3+
"description": "Helps you develop packages for Laravel 5.1 and 5.2.",
44
"keywords": ["laravel", "workbench", "packages"],
55
"license": "MIT",
66
"authors": [
@@ -11,17 +11,17 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/config": "5.1.*",
15-
"illuminate/console": "5.1.*",
16-
"illuminate/filesystem": "5.1.*",
17-
"illuminate/foundation": "5.1.*",
18-
"illuminate/support": "5.1.*",
19-
"illuminate/view": "5.1.*",
14+
"illuminate/config": "5.1.*|5.2.*",
15+
"illuminate/console": "5.1.*|5.2.*",
16+
"illuminate/filesystem": "5.1.*|5.2.*",
17+
"illuminate/foundation": "5.1.*|5.2.*",
18+
"illuminate/support": "5.1.*|5.2.*",
19+
"illuminate/view": "5.1.*|5.2.*",
2020
"symfony/finder": "2.7.*"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "~4.0",
24-
"laravel/laravel": "5.1.*"
24+
"laravel/laravel": "5.1.*|5.2.*"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)