diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ab6f8eee..c90bd319 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -4,8 +4,6 @@ on: pull_request: push: branches: - - '[0-9]+.[0-9]+.x' - - 'refs/pull/*' jobs: matrix: diff --git a/composer.json b/composer.json index d910c3ec..984e9525 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,15 @@ "forum": "https://discourse.laminas.dev" }, "config": { - "sort-packages": true + "platform": { + "php": "7.4.27" + }, + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true, + "composer/package-versions-deprecated": true, + "laminas/laminas-dependency-plugin": true + } }, "require": { "php": "~7.4.0 || ~8.0.0 || ~8.1.0", diff --git a/composer.lock b/composer.lock index 3c0a0967..6f2c4d8b 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": "da9c8fc1ea22138319b001f2a867c711", + "content-hash": "f5f540f57839d800c19aea005b209d15", "packages": [ { "name": "container-interop/container-interop", @@ -1338,9 +1338,6 @@ "require": { "php": "^7.1 || ^8.0" }, - "replace": { - "myclabs/deep-copy": "self.version" - }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", @@ -3695,7 +3692,6 @@ "type": "github" } ], - "abandoned": true, "time": "2020-09-28T06:45:17+00:00" }, { @@ -5432,6 +5428,7 @@ "issues": "https://github.com/webmozart/path-util/issues", "source": "https://github.com/webmozart/path-util/tree/2.3.0" }, + "abandoned": "symfony/filesystem", "time": "2015-12-17T08:42:14+00:00" } ], @@ -5446,5 +5443,8 @@ "php": "~7.4.0 || ~8.0.0 || ~8.1.0" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "platform-overrides": { + "php": "7.4.27" + }, + "plugin-api-version": "2.2.0" }