Skip to content

Commit b4d5eb1

Browse files
committed
Updated keywords and versions for required dev packages.
1 parent 698fb10 commit b4d5eb1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"description": "Yasumi is an easy PHP Library for calculating national holidays.",
44
"keywords": [
55
"holiday",
6+
"holidays",
67
"calendar",
78
"calculation",
89
"celebration",
9-
"php",
1010
"date",
11-
"time"
11+
"time",
12+
"bank",
13+
"national"
1214
],
1315
"license": "MIT",
1416
"authors": [
@@ -21,10 +23,10 @@
2123
"php": ">=5.5.0"
2224
},
2325
"require-dev": {
24-
"phpunit/phpunit": "~4.6",
26+
"phpunit/phpunit": "~4.7|~5.3",
2527
"fzaninotto/faker": "~1.4",
26-
"mikey179/vfsStream": "~1.5.0",
27-
"fabpot/php-cs-fixer": "^1.11",
28+
"mikey179/vfsStream": "~1.5",
29+
"fabpot/php-cs-fixer": "~1.11",
2830
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0",
2931
"symfony/console": "~2.3|~3.0",
3032
"symfony/process": "~2.3|~3.0"

0 commit comments

Comments
 (0)