Skip to content

Commit

Permalink
Allow newer Prophecy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Oct 30, 2024
1 parent bc5dfc1 commit a054d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
include:
- description: 'PHP 8.4'
php: '8.4'
composer_options: '--ignore-platform-req=php'
composer_options: '--ignore-platform-req=php+'
- description: 'PHPUnit 11'
coverage: 'xdebug3'
php: '8.3'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require-dev": {
"facile-it/facile-coding-standard": "^1.0",
"jangregor/phpstan-prophecy": "dev-master as 1.1.0",
"phpspec/prophecy": "dev-master as 1.19",
"phpspec/prophecy": "dev-master as 1.20",
"phpspec/prophecy-phpunit": "dev-master#0604e27 as 2.2.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "1.12.5",
Expand Down

0 comments on commit a054d51

Please sign in to comment.