From 98121e5e0544d1d3cbd776ebac4463f4ffcf3d72 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sun, 18 Feb 2024 17:28:04 +0300 Subject: [PATCH] up --- .github/workflows/build.yml | 3 ++- .github/workflows/composer-require-checker.yml | 3 ++- .github/workflows/static.yml | 3 ++- README.md | 4 ++-- composer.json | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af8f8cd..d96407d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ on: - 'psalm.xml' push: + branches: [ 'master' ] paths-ignore: - 'docs/**' - 'README.md' @@ -29,4 +30,4 @@ jobs: os: >- ['ubuntu-latest', 'windows-latest'] php: >- - ['8.0', '8.1'] + ['8.1', '8.2', '8.3'] diff --git a/.github/workflows/composer-require-checker.yml b/.github/workflows/composer-require-checker.yml index 1e7a2f9..0af646c 100644 --- a/.github/workflows/composer-require-checker.yml +++ b/.github/workflows/composer-require-checker.yml @@ -11,6 +11,7 @@ on: - 'psalm.xml' push: + branches: [ 'master' ] paths-ignore: - 'docs/**' - 'README.md' @@ -30,5 +31,5 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.0', '8.1'] + ['8.1', '8.2', '8.3'] config: ./composer-require-checker.json diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 96b2679..e496e56 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,7 @@ on: - 'phpunit.xml.dist' push: + branches: [ 'master' ] paths-ignore: - 'docs/**' - 'README.md' @@ -28,4 +29,4 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.0', '8.1'] + ['8.1', '8.2', '8.3'] diff --git a/README.md b/README.md index d639eef..27deffb 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ This extension provides an API for [Yii Debug](https://github.com/yiisoft/yii-de ## Requirements -- PHP 7.4 or higher. +- PHP 8.1 or higher. ## Installation Add the package to your application: -``` +```shell composer require yiisoft/yii-debug-api ``` diff --git a/composer.json b/composer.json index 89fc204..c57095e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^8.0", + "php": "^8.1", "alexkart/curl-builder": "^1.0", "gitonomy/gitlib": "^1.3", "guzzlehttp/guzzle": "^7.5",