We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fac53ca + 16ca3bb commit ffb19afCopy full SHA for ffb19af
composer.json
@@ -13,10 +13,10 @@
13
}
14
},
15
"require": {
16
- "ocramius/proxy-manager": "2.1.*"
+ "ocramius/proxy-manager": "^2.1"
17
18
"require-dev": {
19
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^7.0"
20
21
"license": "MIT",
22
"authors": [
phpunit.xml
@@ -15,7 +15,7 @@
<testsuites>
<testsuite name="unit tests">
- <directory>test/unit/</directory>
+ <directory>test</directory>
</testsuite>
</testsuites>
-</phpunit>
+</phpunit>
0 commit comments