Skip to content

Commit 3824676

Browse files
authored
Merge pull request #2 from sourcetoad/CRT-496-deprecated-lanfix-aspect-mock-package
CRT-496 Update Dependencies
2 parents c61fe21 + d18901f commit 3824676

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,20 @@
1414
},
1515
"require": {
1616
"php": "^8.0",
17-
"lanfix/goaop-framework": "^4.0",
17+
"lanfix/goaop-framework": "dev-master#4.0.4",
1818
"phpunit/phpunit": "^9.5",
19-
"symfony/finder": ">=4.4 <6.0"
19+
"symfony/finder": ">=4.4"
2020
},
2121
"require-dev": {
2222
"codeception/codeception": "^4.1",
2323
"codeception/verify": "^2.1",
2424
"codeception/specify": "^1.4"
2525
},
26+
"repositories": [
27+
{
28+
"type": "vcs",
29+
"url": "https://github.com/sourcetoad/goaop-framework"
30+
}
31+
],
2632
"license": "MIT"
2733
}

0 commit comments

Comments
 (0)