Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafiq committed Mar 26, 2024
1 parent ece4edf commit 17ce62b
Show file tree
Hide file tree
Showing 3 changed files with 1,069 additions and 1,047 deletions.
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":[],"times":{"Tests\\RequestTest::testGetAllRegionHoliday":0.139,"Tests\\RequestTest::testGetSpecificRegionHoliday":0.336,"Tests\\RequestTest::testGetMultipleRegionsHoliday":0.49,"Tests\\RequestTest::testGetAllRegionsHoliday":4.21,"Tests\\RequestTest::testErrorMessage":0.146}}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": ">=7.0",
"fabpot/goutte": "^3.2"
"php": ">=8.0",
"fabpot/goutte": "^4.0"
},
"require-dev": {
"vlucas/phpdotenv": "^5.2",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "^8.0"
},
"minimum-stability": "stable",
"autoload": {
Expand Down
Loading

0 comments on commit 17ce62b

Please sign in to comment.