Skip to content

Commit c2f64c2

Browse files
author
Pablo Molina
committed
Updating dependencies
1 parent 183624c commit c2f64c2

3 files changed

Lines changed: 472 additions & 339 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
composer.phar
12
vendor/

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
}
1919
],
2020
"require": {
21-
"php": "~5.6|~7.0",
22-
"illuminate/container": "5.4.36",
23-
"illuminate/database": "5.4.36",
24-
"illuminate/http": "5.4.36",
25-
"illuminate/support": "5.4.36",
21+
"php": "~5.6|~7.0.0",
22+
"illuminate/container": "~5.4.36",
23+
"illuminate/http": "~5.4.36",
24+
"illuminate/support": "~5.4.36",
2625
"zumba/swivel": "^2.1"
2726
},
2827
"require-dev": {

0 commit comments

Comments
 (0)