Skip to content

Commit 20889dc

Browse files
committed
Merge pull request #6 from TomasVotruba/patch-1
composer: bump to PHP 5.3, PHPUnit 4.7
2 parents 98f60cf + 86ed0cc commit 20889dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
{"name": "Steve Müller", "email": "st.mueller@dzh-online.de"}
1111
],
1212
"require": {
13-
"php": ">=5.1.2"
13+
"php": ">=5.3"
1414
},
1515
"require-dev": {
1616
"squizlabs/php_codesniffer": "1.*",
17-
"phpunit/phpunit": "~3.7"
17+
"phpunit/phpunit": "~4.7"
1818
},
1919
"target-dir": "Doctrine"
2020
}

0 commit comments

Comments
 (0)