Skip to content

Commit 268dc2f

Browse files
committed
- remove forward
- update php to 7.1 - update phpunit - fix test - change env
1 parent eca9ad5 commit 268dc2f

21 files changed

+1206
-973
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
APIKEY=
1+
ON_APIKEY=

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": ">=7.1",
2020
"ext-json": "*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5",
23+
"phpunit/phpunit": "^9.0",
2424
"vlucas/phpdotenv": "^4.1",
2525
"larapack/dd": "1.*"
2626
},

0 commit comments

Comments
 (0)