Skip to content

Commit 5ee1b96

Browse files
committed
Modify env
1 parent 95883cc commit 5ee1b96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@
2020
"windwalker/dom": "~2.0|~3.0"
2121
},
2222
"require-dev": {
23-
"windwalker/test": "~2.0|~3.0"
23+
"windwalker/test": "~2.0|~3.0",
24+
"phpunit/phpunit": "^4.0"
2425
},
2526
"autoload": {
2627
"psr-4": {
2728
"Asika\\Autolink\\": "src/"
2829
}
2930
},
31+
"config": {
32+
"platform": {
33+
"php": "5.3.10"
34+
}
35+
},
3036
"license": "MIT"
3137
}

0 commit comments

Comments
 (0)