From b6ded82493e596e51d986b988deddb3aecff6a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Fri, 1 Oct 2021 13:32:10 +0200 Subject: [PATCH] migrate hintable package name --- .github/workflows/test-unit.yml | 4 ++-- composer.json | 4 ++-- phpstan.neon.dist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index f1a343534a..24b3dce044 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -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' diff --git a/composer.json b/composer.json index c685e17980..4729aa63df 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "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", @@ -47,7 +47,7 @@ "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", diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 10b8d1faca..d3c67f8d72 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,5 +1,5 @@ includes: - - vendor/mahalux/atk4-hintable/phpstan-ext.neon + - vendor/mvorisek/atk4-hintable/phpstan-ext.neon parameters: level: 6