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 e7db6c9 commit ab3ac0bCopy full SHA for ab3ac0b
.github/workflows/php-testing.yml
@@ -24,7 +24,7 @@ jobs:
24
tools: php-cs-fixer, phpunit
25
26
- name: Composer Install
27
- run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
+ run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
28
29
- name: Running Tests
30
run: |
composer.json
@@ -36,8 +36,7 @@
36
},
37
"require-dev":
38
{
39
- "phpunit/phpunit": "^10.0",
40
- "apigen/apigen": "^4.1",
+ "phpunit/phpunit": "^12.0",
41
"php-coveralls/php-coveralls": "^2.1",
42
"ext-exif": "*",
43
"ext-gd": "*"
0 commit comments