We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce6130 commit fa936eaCopy full SHA for fa936ea
1 file changed
composer.json
@@ -9,17 +9,17 @@
9
}
10
],
11
"require": {
12
- "php": ">=5.6.4",
+ "php": ">=7.0",
13
"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"
+ "ext-openssl": "*",
+ "illuminate/container": "5.5.*",
+ "psr/container": "~1.0",
+ "symfony/debug": "~3.3",
+ "monolog/monolog": "~1.17"
19
},
20
"require-dev": {
21
- "mockery/mockery": "~0.9.4",
22
- "phpunit/phpunit": "~5.7"
+ "mockery/mockery": "~1.0",
+ "phpunit/phpunit": "~6.0"
23
24
"autoload": {
25
"files": [
0 commit comments