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.
1 parent abb0c3f commit 95e0fb8Copy full SHA for 95e0fb8
composer.json
@@ -33,7 +33,7 @@
33
"roave/better-reflection": "^6.8"
34
},
35
"require-dev": {
36
- "phpunit/phpunit": "dev-main",
+ "phpunit/phpunit": "^10",
37
"symfony/var-dumper": "^6.2"
38
39
"autoload": {
@@ -48,11 +48,5 @@
48
"psr-4": {
49
"Okapi\\CodeTransformer\\Tests\\": "tests/"
50
}
51
- },
52
- "repositories": [
53
- {
54
- "type": "vcs",
55
- "url": "https://github.com/WalterWoshid/phpunit"
56
- }
57
- ]
+ }
58
0 commit comments