Skip to content

Commit 76a0790

Browse files
committed
Require PHP ^7.1
1 parent fb36302 commit 76a0790

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
"files": ["lib/r.php"]
1515
},
1616
"require": {
17-
"php": "^7.0"
17+
"php": "^7.1"
1818
},
1919
"require-dev": {
20-
"doctrine/common": "^2.7",
21-
"phpunit/phpunit": "^6.3"
20+
"doctrine/common": "^2.8",
21+
"phpunit/phpunit": "^6.5",
22+
"roave/security-advisories": "dev-master"
2223
}
2324
}

0 commit comments

Comments
 (0)