Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 70ab1be

Browse files
author
Christian Reinecke
committed
make compatible to PHP 7.0
1 parent 9627cb5 commit 70ab1be

File tree

2 files changed

+288
-233
lines changed

2 files changed

+288
-233
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"minimum-stability": "stable",
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.4",
24-
"phpstan/phpstan": "^0.10.3"
23+
"phpstan/phpstan": "^0.9.2",
24+
"phpunit/phpunit": "^6.5"
2525
}
2626
}

0 commit comments

Comments
 (0)