Skip to content

Commit 395df97

Browse files
committed
Merge branch 'master' of github.com:mattrmiller/laravel-potion
* 'master' of github.com:mattrmiller/laravel-potion: Update composer.json
2 parents 52e208a + 4bfd4a0 commit 395df97

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@
4141
"require": {
4242
"php": ">=5.4.0",
4343
"illuminate/support": "5.*",
44-
"kriswallsmith/assetic": "1.2.1",
45-
"natxet/CssMin": "3.0.2",
46-
"leafo/lessphp": "0.5.0",
47-
"leafo/scssphp": "0.1.1",
48-
"ptachoire/cssembed": "1.0.2",
49-
"linkorb/jsmin-php": "1.0.0",
50-
"kriswallsmith/assetic": "1.2.1"
44+
"kriswallsmith/assetic": "1.*",
45+
"natxet/CssMin": "3.0.*",
46+
"leafo/lessphp": "0.5.*",
47+
"leafo/scssphp": "0.1.*",
48+
"ptachoire/cssembed": "1.0.*",
49+
"linkorb/jsmin-php": "1.0.*"
5150
},
5251
"autoload": {
5352
"psr-0": {

0 commit comments

Comments
 (0)