Skip to content

Commit fa936ea

Browse files
committed
update container to 5.5.*
1 parent 4ce6130 commit fa936ea

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.6.4",
12+
"php": ">=7.0",
1313
"ext-mbstring": "*",
14-
"ext-mcrypt": "*",
15-
"illuminate/container": "5.4.*",
16-
"symfony/debug": "~3.2",
17-
"monolog/monolog": "~1.17",
18-
"paragonie/random_compat": "~1.4|~2.0"
14+
"ext-openssl": "*",
15+
"illuminate/container": "5.5.*",
16+
"psr/container": "~1.0",
17+
"symfony/debug": "~3.3",
18+
"monolog/monolog": "~1.17"
1919
},
2020
"require-dev": {
21-
"mockery/mockery": "~0.9.4",
22-
"phpunit/phpunit": "~5.7"
21+
"mockery/mockery": "~1.0",
22+
"phpunit/phpunit": "~6.0"
2323
},
2424
"autoload": {
2525
"files": [

0 commit comments

Comments
 (0)