Skip to content

Commit 5e0f42b

Browse files
committed
Merge branch 'phpunit'
Conflicts: composer.json
2 parents 53d9e5c + 33565c4 commit 5e0f42b

File tree

71 files changed

+12306
-690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+12306
-690
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"minimum-stability": "beta",
3030
"require": {
3131
"php": ">=5.4.0",
32-
"ext-reflection": "*",
33-
"ext-spl": "*",
34-
"kriswallsmith/buzz": "~0.13",
35-
"league/url": "~3.2.1",
36-
"gregwar/image": "~2.0.18"
32+
"ext-reflection": "*",
33+
"ext-spl": "*",
34+
"kriswallsmith/buzz": "~0.13",
35+
"league/url": "~3.2",
36+
"gregwar/image": "~2.0.18"
3737
},
3838
"require-dev": {
3939
"symfony/http-foundation": "~2.1",
@@ -53,7 +53,8 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-master": "0.5-dev"
56+
"dev-master": "0.5-dev",
57+
"dev-phpunit": "0.6-dev"
5758
}
5859
}
59-
}
60+
}

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
<env name="redis_host" value="127.0.0.1"/>
2727
<env name="redis_port" value="6379"/>
2828
</php>
29-
</phpunit>
29+
</phpunit>

0 commit comments

Comments
 (0)