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 dcec8bc commit 9bb69dbCopy full SHA for 9bb69db
.gitignore
@@ -2,8 +2,6 @@
2
/.phpunit.result.cache
3
/bin/
4
/composer.lock
5
-/custom.task.properties
6
-/custom.type.properties
7
/test/coverage.xml
8
/test/report
9
-/vendor/
+/vendor/
composer.json
@@ -15,8 +15,8 @@
15
"minimum-stability": "dev",
16
"prefer-stable": true,
17
"require-dev": {
18
- "phing/phing": "^3.0.0-RC4",
19
- "phpunit/phpunit": "^9.5.28"
+ "phing/phing": "^3.0.1",
+ "phpunit/phpunit": "^9.6.22"
20
},
21
"autoload": {
22
"psr-4": {
0 commit comments