Skip to content

Commit

Permalink
feat: testing release GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrjones committed Jun 24, 2024
1 parent c6a7430 commit 9173fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
release-type: php
package-name: strata/frontend

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please note this software is in development, usage may change before the 1.0 rel
Install via Composer:

```
composer require strata/frontend:^0.8
composer require strata/frontend:^0.9
```

See [installation](docs/installation.md).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"friendsofsymfony/http-cache": "^3.0",
"psr/simple-cache": "^3.0",
"masterminds/html5": "^2.9",
"strata/data": "dev-feature/php8",
"strata/data": "^0.9",
"symfony/http-foundation": "^6.4|^7.1",
"symfony/yaml": "^6.4|^7.1",
"toflar/psr6-symfony-http-cache-store": "^4.0"
Expand Down

0 comments on commit 9173fcd

Please sign in to comment.