generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from ergebnis/feature/synchronize
Enhancement: Synchronize with `ergebnis/php-package-template`
- Loading branch information
Showing
11 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ jobs: | |
|
||
runs-on: "ubuntu-latest" | ||
|
||
timeout-minutes: 5 | ||
|
||
steps: | ||
- name: "Create release" | ||
uses: "ergebnis/.github/actions/github/release/[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ jobs: | |
|
||
runs-on: "ubuntu-latest" | ||
|
||
timeout-minutes: 5 | ||
|
||
strategy: | ||
matrix: | ||
php-version: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ jobs: | |
|
||
runs-on: "ubuntu-latest" | ||
|
||
timeout-minutes: 5 | ||
|
||
steps: | ||
- name: "Add labels based on branch name" | ||
uses: "ergebnis/.github/actions/github/pull-request/[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phive xmlns="https://phar.io/phive"> | ||
<phar name="composer-require-checker" version="^4.6.0" installed="4.6.0" location="./.phive/composer-require-checker" copy="false"/> | ||
<phar name="composer-require-checker" version="^4.7.0" installed="4.7.0" location="./.phive/composer-require-checker" copy="false"/> | ||
</phive> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
[![Total Downloads](https://poser.pugx.org/ergebnis/json-pointer/downloads)](https://packagist.org/packages/ergebnis/json-pointer) | ||
[![Monthly Downloads](http://poser.pugx.org/ergebnis/json-pointer/d/monthly)](https://packagist.org/packages/ergebnis/json-pointer) | ||
|
||
Provides [JSON pointer](https://datatracker.ietf.org/doc/html/rfc6901) as a value object. | ||
This package provides [JSON pointer](https://datatracker.ietf.org/doc/html/rfc6901) as a value object. | ||
|
||
## Installation | ||
|
||
|
@@ -312,26 +312,36 @@ $specification->isSatisfiedBy(Pointer\JsonPointer::fromJsonString('/foo/baz')); | |
``` | ||
## Changelog | ||
|
||
Please have a look at [`CHANGELOG.md`](CHANGELOG.md). | ||
The maintainers of this package record notable changes to this project in a [changelog](CHANGELOG.md). | ||
|
||
## Contributing | ||
|
||
Please have a look at [`CONTRIBUTING.md`](.github/CONTRIBUTING.md). | ||
The maintainers of this package suggest following the [contribution guide](.github/CONTRIBUTING.md). | ||
|
||
## Code of Conduct | ||
|
||
Please have a look at [`CODE_OF_CONDUCT.md`](https://github.com/ergebnis/.github/blob/main/CODE_OF_CONDUCT.md). | ||
The maintainers of this package ask contributors to follow the [code of conduct](https://github.com/ergebnis/.github/blob/main/CODE_OF_CONDUCT.md). | ||
|
||
## General Support Policy | ||
|
||
The maintainers of this package provide limited support. | ||
|
||
You can support the maintenance of this package by [sponsoring @localheinz](https://github.com/sponsors/localheinz) or [requesting an invoice for services related to this package](mailto:[email protected]?subject=ergebnis/json-pointer:%20Requesting%20invoice%20for%20services). | ||
|
||
## PHP Version Support Policy | ||
|
||
This package supports PHP versions with [active support](https://www.php.net/supported-versions.php). | ||
|
||
The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version when it has reached its end of active support. | ||
|
||
## Security Policy | ||
|
||
Please have a look at [`SECURITY.md`](.github/SECURITY.md). | ||
This package has a [security policy](.github/SECURITY.md). | ||
|
||
## License | ||
|
||
This package is licensed using the MIT License. | ||
|
||
Please have a look at [`LICENSE.md`](LICENSE.md). | ||
This package uses the [MIT license](LICENSE.md). | ||
|
||
## Curious what I am up to? | ||
## Social | ||
|
||
Follow me on [Twitter](https://twitter.com/intent/follow?screen_name=localheinz)! | ||
Follow [@localheinz](https://twitter.com/intent/follow?screen_name=localheinz) and [@ergebnis](https://twitter.com/intent/follow?screen_name=ergebnis) on Twitter. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters