Skip to content

Commit

Permalink
PSR-12 standard instead of PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sietse85 committed May 27, 2022
1 parent d530ab9 commit 46b086e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.4](https://github.com/sietse85/nova-button/compare/v1.0.3...v1.0.4)
## [v1.0.5](https://github.com/sietse85/nova-button/compare/v1.0.4...v1.0.5)

### Commits

- Add Nova version requirement [`d530ab9`](https://github.com/sietse85/nova-button/commit/d530ab9a5e95d8f069f6bc42046ea2ac528ab9ab)

## [v1.0.4](https://github.com/sietse85/nova-button/compare/v1.0.3...v1.0.4) - 2022-05-20

### Commits

- Changelog [`15b2786`](https://github.com/sietse85/nova-button/commit/15b2786a7a1a10a8bcbabb0d3e1c847d1a8d8f6e)
- Fix modal / confirm functionality [`9442a34`](https://github.com/sietse85/nova-button/commit/9442a34926d7c6a6225ca2b788e89991b195d416)

## [v1.0.3](https://github.com/sietse85/nova-button/compare/v1.0.2...v1.0.3) - 2022-05-20
Expand All @@ -23,17 +30,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Prevent clicks from going through parent elements [`18bfcb0`](https://github.com/sietse85/nova-button/commit/18bfcb008eeb2963be24615c991d854360b72223)
- Update changelog [`fc2f3c1`](https://github.com/sietse85/nova-button/commit/fc2f3c108933b21e3d68d590defccb427058fa9b)

## [v1.0.2](https://github.com/sietse85/nova-button/compare/v1.0.1...v1.0.2) - 2022-05-20
## [v1.0.2](https://github.com/sietse85/nova-button/compare/v1.0.0...v1.0.2) - 2022-05-20

### Commits

- Change PHP required version [`a6ab530`](https://github.com/sietse85/nova-button/commit/a6ab530e1d66244f769053c78afc7ce3ba66e84b)
- Add new version [`a4368e9`](https://github.com/sietse85/nova-button/commit/a4368e9a130e5b36bdb303d910213c0eeab47622)

## [v1.0.1](https://github.com/sietse85/nova-button/compare/v1.0.0...v1.0.1) - 2022-05-20

### Commits

- Add nova4 in description [`5af90d4`](https://github.com/sietse85/nova-button/commit/5af90d4aae4f8490c8dd2df8e32aeadcd607c6ee)

## v1.0.0 - 2022-05-20
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Before submitting a pull request:

If the project maintainer has any additional requirements, you will find them listed here.

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
- **PSR-12 Coding Standard**

- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.

Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nova4",
"field"
],
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
Expand All @@ -40,6 +40,12 @@
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://nova.laravel.com"
}
],
"config": {
"sort-packages": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"dev": "npm run development",
"development": "mix",
Expand Down

0 comments on commit 46b086e

Please sign in to comment.