Skip to content

Commit

Permalink
migrate hintable package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 1, 2021
1 parent 56cf160 commit b6ded82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: "Run tests: SQLite Hintable (only for Phpunit)"
if: matrix.type == 'Phpunit'
run: |
sed -i 's~"psr-4": {~"psr-4": { "Mvorisek\\\\Atk4\\\\Hintable\\\\Tests\\\\": "vendor/mahalux/atk4-hintable/tests/",~' composer.json && composer dump
vendor/bin/phpunit --configuration vendor/mahalux/atk4-hintable/phpunit.xml.dist --bootstrap vendor/autoload.php --no-coverage -v
sed -i 's~"psr-4": {~"psr-4": { "Mvorisek\\\\Atk4\\\\Hintable\\\\Tests\\\\": "vendor/mvorisek/atk4-hintable/tests/",~' composer.json && composer dump
vendor/bin/phpunit --configuration vendor/mvorisek/atk4-hintable/phpunit.xml.dist --bootstrap vendor/autoload.php --no-coverage -v
- name: Check Coding Style (only for CodingStyle)
if: matrix.type == 'CodingStyle'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"ext-pdo": "*",
"atk4/core": "dev-develop",
"doctrine/dbal": "^2.10 || ^3.0",
"mahalux/atk4-hintable": "~1.4.0"
"mvorisek/atk4-hintable": "~1.5.0"
},
"require-release": {
"php": ">=7.4.0",
"ext-intl": "*",
"ext-pdo": "*",
"atk4/core": "~3.1.0",
"doctrine/dbal": "^2.10 || ^3.0",
"mahalux/atk4-hintable": "~1.4.0"
"mvorisek/atk4-hintable": "~1.5.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.13",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- vendor/mahalux/atk4-hintable/phpstan-ext.neon
- vendor/mvorisek/atk4-hintable/phpstan-ext.neon

parameters:
level: 6
Expand Down

0 comments on commit b6ded82

Please sign in to comment.