Skip to content

Commit e879b1e

Browse files
author
Douwe de Haan
committed
Removed trailing comma and changed intothesource versions
1 parent d7b3aed commit e879b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"require": {
1313
"php": ">=5.5.9",
1414

15-
"intothesource/entrance" : "^0.1.1",
16-
"intothesource/users": "^0.0.1",
15+
"intothesource/entrance" : "0.1.*",
16+
"intothesource/users": "0.*",
1717

1818
"laravel/laravel": "5.1.*",
1919
"laravel/framework": "5.1.*",
2020
"rap2hpoutre/laravel-log-viewer": "^0.3.0",
2121
"guzzlehttp/guzzle": "^6.0",
2222
"illuminate/html": "^5.0",
23-
"laravelista/ekko": "~1.0",
23+
"laravelista/ekko": "~1.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)