From e51855913a5d5fddc59d0d5ba8ae4b32d7463b5f Mon Sep 17 00:00:00 2001 From: "Javi H. Gil" Date: Sat, 27 Jul 2024 01:22:52 +0200 Subject: [PATCH] Configure new 5.3 development version --- .github/workflows/php.yml | 4 ++-- docs/1_installation.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d25a210..bce8859 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ 5.2 ] + branches: [ 5.3 ] pull_request: - branches: [ 5.2 ] + branches: [ 5.3 ] permissions: contents: read diff --git a/docs/1_installation.md b/docs/1_installation.md index 8ff7684..cd30f13 100644 --- a/docs/1_installation.md +++ b/docs/1_installation.md @@ -7,5 +7,5 @@ of the Composer documentation. Open a command console, enter your project directory and execute: ```bash -$ composer require softspring\polymorphic-form-type:^5.2 +$ composer require softspring\polymorphic-form-type:^5.3 ``` \ No newline at end of file