Skip to content

Commit 9bb69db

Browse files
committed
Update dependencies.
1 parent dcec8bc commit 9bb69db

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/.phpunit.result.cache
33
/bin/
44
/composer.lock
5-
/custom.task.properties
6-
/custom.type.properties
75
/test/coverage.xml
86
/test/report
9-
/vendor/
7+
/vendor/

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"minimum-stability": "dev",
1616
"prefer-stable": true,
1717
"require-dev": {
18-
"phing/phing": "^3.0.0-RC4",
19-
"phpunit/phpunit": "^9.5.28"
18+
"phing/phing": "^3.0.1",
19+
"phpunit/phpunit": "^9.6.22"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)