Skip to content

Commit 18f116c

Browse files
committed
PHP 依赖版本 7.0+
1 parent 2595dd9 commit 18f116c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.0",
19+
"php": ">=7.0",
2020
"ext-mbstring": "*",
2121
"psr/container": "^1.0",
2222
"nikic/fast-route": "^1.3"
@@ -43,11 +43,5 @@
4343
"Soli\\Tests\\": "tests/"
4444
}
4545
},
46-
"scripts": {
47-
"test": [
48-
"phpunit",
49-
"phpcs"
50-
]
51-
},
5246
"minimum-stability": "dev"
5347
}

0 commit comments

Comments
 (0)