Skip to content

Commit 5d118c9

Browse files
committed
PHP5を切り捨てます
1 parent c369881 commit 5d118c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.2.3"
13+
"php": ">=7.1"
1414
},
1515
"autoload": {
1616
"classmap": ["lib/SimplePagination"]

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: max
2+
level: 5
33
fileExtensions:
44
- php
55

0 commit comments

Comments
 (0)