Skip to content

Commit a2134f6

Browse files
committed
renamed to Allow2php-service
1 parent 97fc43c commit a2134f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
## Installation
3535
3636
```bash
37-
composer require allow2/allow2
37+
composer require allow2/allow2-service
3838
```
3939
40-
See [Packagist](https://packagist.org/packages/allow2/allow2) for details.
40+
See [Packagist](https://packagist.org/packages/allow2/allow2-service) for details.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Allow2 PHP SDK v2
1+
# Allow2 PHP Service SDK v2
22

33
[![Packagist version](https://img.shields.io/packagist/v/allow2/allow2-service.svg?style=flat-square)](https://packagist.org/packages/allow2/allow2-service)
44
[![PHP versions](https://img.shields.io/packagist/php-v/allow2/allow2-service.svg?style=flat-square)](https://packagist.org/packages/allow2/allow2-service)
5-
[![CI](https://img.shields.io/github/actions/workflow/status/Allow2/allow2php/ci.yml?style=flat-square)](https://github.com/Allow2/allow2php/actions)
5+
[![CI](https://img.shields.io/github/actions/workflow/status/Allow2/Allow2php-service/ci.yml?style=flat-square)](https://github.com/Allow2/Allow2php-service/actions)
66

77
Official Allow2 Parental Freedom **Service SDK** for PHP — for web services with user accounts (WordPress sites, SaaS, forums, etc.).
88

scripts/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# bump-version.sh — Standardised version bumping for Allow2 PHP SDK
2+
# bump-version.sh — Standardised version bumping for Allow2 PHP Service SDK
33
# Usage: ./scripts/bump-version.sh [prerelease|patch|minor|major] [--preid alpha|beta|rc]
44
#
55
# PHP/Composer is tag-based — Packagist reads version from git tags.

0 commit comments

Comments
 (0)