Skip to content

Commit

Permalink
Configure new 5.3 development version
Browse files Browse the repository at this point in the history
  • Loading branch information
javihgil committed Jul 26, 2024
1 parent ad379c2 commit e518559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/1_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit e518559

Please sign in to comment.