Skip to content

Commit 6f54b5e

Browse files
committed
Merge pull request #3 from PhiloNL/patch-1
Add support for Laravel 4.1
2 parents 7798cd7 + aa547a0 commit 6f54b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"illuminate/support": "4.0.*",
16+
"illuminate/support": "4.*",
1717
"intouch/newrelic": ">=1.0.2"
1818
},
1919
"require-dev": {
@@ -24,4 +24,4 @@
2424
}
2525
},
2626
"minimum-stability": "dev"
27-
}
27+
}

0 commit comments

Comments
 (0)