Skip to content

Commit ffb19af

Browse files
authored
Merge pull request #1 from winkbrace/master
Loosen up ocramius/proxy-manager requirements and update phpunit
2 parents fac53ca + 16ca3bb commit ffb19af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
}
1414
},
1515
"require": {
16-
"ocramius/proxy-manager": "2.1.*"
16+
"ocramius/proxy-manager": "^2.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.0"
19+
"phpunit/phpunit": "^7.0"
2020
},
2121
"license": "MIT",
2222
"authors": [

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<testsuites>
1717
<testsuite name="unit tests">
18-
<directory>test/unit/</directory>
18+
<directory>test</directory>
1919
</testsuite>
2020
</testsuites>
21-
</phpunit>
21+
</phpunit>

0 commit comments

Comments
 (0)