Skip to content

Commit 5f940fa

Browse files
committed
Workaround to include phpspec/prophecy-phpunit#67
1 parent eaf5cf4 commit 5f940fa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
php-version: "${{ matrix.php-version }}"
4545

4646
- name: "Validate composer.json and composer.lock"
47-
run: "composer validate --ansi --strict"
47+
run: "composer validate --ansi"
4848

4949
- uses: "ramsey/composer-install@v3"
5050
with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ergebnis/license": "^2.6.0",
1919
"ergebnis/php-cs-fixer-config": "^6.46.0",
2020
"phpspec/prophecy": "^1.7.0",
21-
"phpspec/prophecy-phpunit": "^2.3",
21+
"phpspec/prophecy-phpunit": "^2.3 || dev-master#d3c2804 as 2.4.0",
2222
"phpunit/phpunit": "^9.1.0"
2323
},
2424
"conflict": {

composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)