Skip to content

Commit 063f198

Browse files
author
Hafiq
committed
Bump and fix namespace
1 parent e7bf948 commit 063f198

File tree

7 files changed

+1157
-344
lines changed

7 files changed

+1157
-344
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
],
1313
"require": {
1414
"php": ">=8.0",
15-
"symfony/browser-kit": "^6.4"
15+
"symfony/browser-kit": "^6.4",
16+
"symfony/http-client": "^6.4",
17+
"symfony/css-selector": "^6.4"
1618
},
1719
"require-dev": {
1820
"vlucas/phpdotenv": "^5.2",
19-
"phpunit/phpunit": "^8.0"
21+
"phpunit/phpunit": "^9.0"
2022
},
2123
"minimum-stability": "stable",
2224
"autoload": {
2325
"psr-4": {
24-
"afiqiqmal\\MalaysiaHoliday\\":"src/"
26+
"Holiday\\":"src/"
2527
}
2628
}
2729
}

0 commit comments

Comments
 (0)