Skip to content

Commit ab3ac0b

Browse files
committed
fix issue with deprecated package
1 parent e7db6c9 commit ab3ac0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/php-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tools: php-cs-fixer, phpunit
2525

2626
- name: Composer Install
27-
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
27+
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2828

2929
- name: Running Tests
3030
run: |

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
},
3737
"require-dev":
3838
{
39-
"phpunit/phpunit": "^10.0",
40-
"apigen/apigen": "^4.1",
39+
"phpunit/phpunit": "^12.0",
4140
"php-coveralls/php-coveralls": "^2.1",
4241
"ext-exif": "*",
4342
"ext-gd": "*"

0 commit comments

Comments
 (0)