Skip to content

Commit

Permalink
ci fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
riki137 committed Sep 4, 2024
1 parent bc162fe commit 86b2580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extensions_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: composer update --no-progress --no-interaction

- name: Install PHP extensions finder as dev dependency
run: composer require efabrica/php-extensions-finder --dev
run: composer require dg/php-extensions-finder --dev

- name: PHP extensions finder
run: vendor/bin/php-extensions-finder check src tests
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["PHP", "Database", "Fake data"],
"license": "MIT",
"require": {
"php": ">=7.4 | ^8.0",
"php": "^7.4 | ^8.0",
"ext-json": "*",
"ext-pdo": "*",
"fakerphp/faker": "^1.17",
Expand Down

0 comments on commit 86b2580

Please sign in to comment.