diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 5e878b33..88aa8229 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -15,10 +15,6 @@ jobs: name: "PHPStan" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - - name: Checkout uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index e0a4bbe6..ea066a64 100644 --- a/composer.json +++ b/composer.json @@ -76,9 +76,6 @@ "phpunit/phpunit": "^9.5.26", "symfony/console": "^6.0" }, - "conflict": { - "giggsey/libphonenumber-for-php": "*" - }, "suggest": { "giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching" },