From c6e0f26cd3698e8d84fe63f316331065051e5308 Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Fri, 14 May 2021 15:19:48 +0200 Subject: [PATCH] fix: update composer lockfile Signed-off-by: Geert Eltink --- .github/workflows/continuous-integration.yml | 2 +- .laminas-ci.json | 2 +- composer.lock | 64 +------------------- 3 files changed, 3 insertions(+), 65 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fe5f1b4..907b42d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -30,4 +30,4 @@ jobs: - name: ${{ matrix.name }} uses: laminas/laminas-continuous-integration-action@v1 with: - job: ${{ matrix.job }} \ No newline at end of file + job: ${{ matrix.job }} diff --git a/.laminas-ci.json b/.laminas-ci.json index 73ae813..1adde88 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -15,4 +15,4 @@ } } ] -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 95fc2bd..92d9038 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": "820668e355ff01c371da75b66abefcb0", + "content-hash": "c7c5b8a82482b2c8ff8244fadeaa91c6", "packages": [ { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -76,68 +76,6 @@ }, "time": "2020-12-07T18:04:37+00:00" }, - { - "name": "laminas/laminas-zendframework-bridge", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", - "shasum": "" - }, - "require": { - "php": "^7.3 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.6" - }, - "type": "library", - "extra": { - "laminas": { - "module": "Laminas\\ZendFrameworkBridge" - } - }, - "autoload": { - "files": [ - "src/autoload.php" - ], - "psr-4": { - "Laminas\\ZendFrameworkBridge\\": "src//" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Alias legacy ZF class names to Laminas Project equivalents.", - "keywords": [ - "ZendFramework", - "autoloading", - "laminas", - "zf" - ], - "support": { - "forum": "https://discourse.laminas.dev/", - "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", - "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", - "source": "https://github.com/laminas/laminas-zendframework-bridge" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2021-02-25T21:54:58+00:00" - }, { "name": "phpstan/phpdoc-parser", "version": "0.4.9",