diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index bf22dc2ea..bdee4af06 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -44,6 +44,9 @@ jobs: php-version: ${{ matrix.php-version }} tools: composer:v2 + - name: Lint Composer config + run: composer validate --no-check-publish --strict + - name: "Install dependencies" id: install run: composer install --ansi --no-interaction --no-progress @@ -72,10 +75,6 @@ jobs: if: always() && steps.install.outcome == 'success' run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction - - name: Lint Composer config - if: always() && steps.install.outcome == 'success' - run: composer validate --strict - - name: Check if any dependencies are compromised if: always() && steps.install.outcome == 'success' run: composer audit diff --git a/composer.lock b/composer.lock index 2d8f39dd3..f8872e549 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e9d7870525486356d97a0a15ab6e5039", + "content-hash": "781c94476f1310cacc5ab19260be5c14", "packages": [ { "name": "composer/semver", @@ -7886,6 +7886,56 @@ }, "time": "2024-05-22T14:59:07+00:00" }, + { + "name": "twbs/bootstrap", + "version": "v5.3.3", + "source": { + "type": "git", + "url": "https://github.com/twbs/bootstrap.git", + "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/6e1f75f420f68e1d52733b8e407fc7c3766c9dba", + "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba", + "shasum": "" + }, + "replace": { + "twitter/bootstrap": "self.version" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + }, + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + } + ], + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "homepage": "https://getbootstrap.com/", + "keywords": [ + "JS", + "css", + "framework", + "front-end", + "mobile-first", + "responsive", + "sass", + "web" + ], + "support": { + "issues": "https://github.com/twbs/bootstrap/issues", + "source": "https://github.com/twbs/bootstrap/tree/v5.3.3" + }, + "time": "2024-02-20T15:14:29+00:00" + }, { "name": "twig/extra-bundle", "version": "v3.20.0", @@ -10749,68 +10799,18 @@ } ], "time": "2024-03-03T12:36:25+00:00" - }, - { - "name": "twbs/bootstrap", - "version": "v5.3.3", - "source": { - "type": "git", - "url": "https://github.com/twbs/bootstrap.git", - "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/6e1f75f420f68e1d52733b8e407fc7c3766c9dba", - "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba", - "shasum": "" - }, - "replace": { - "twitter/bootstrap": "self.version" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mark Otto", - "email": "markdotto@gmail.com" - }, - { - "name": "Jacob Thornton", - "email": "jacobthornton@gmail.com" - } - ], - "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "homepage": "https://getbootstrap.com/", - "keywords": [ - "JS", - "css", - "framework", - "front-end", - "mobile-first", - "responsive", - "sass", - "web" - ], - "support": { - "issues": "https://github.com/twbs/bootstrap/issues", - "source": "https://github.com/twbs/bootstrap/tree/v5.3.3" - }, - "time": "2024-02-20T15:14:29+00:00" } ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.2", "ext-pdo_sqlite": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "8.2.0" },