Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz committed May 16, 2024
2 parents ee9b6a1 + e43d64c commit 7337ac8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.1
uses: aglipanci/laravel-pint-action@2.4

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this package will be documented in this file.

## v1.0.1 - 2024-03-15

### What's Changed

* Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/empuxa/laravel-locale-via-api/pull/4
* Feat: Add support for Laravel 11 by @marcoraddatz in https://github.com/empuxa/laravel-locale-via-api/pull/5
* Feat: Add tests for PHP 8.3 by @marcoraddatz in https://github.com/empuxa/laravel-locale-via-api/pull/6

### New Contributors

* @marcoraddatz made their first contribution in https://github.com/empuxa/laravel-locale-via-api/pull/5

**Full Changelog**: https://github.com/empuxa/laravel-locale-via-api/compare/v1.0.0...v1.0.1

## v1.0.0 - Initial Release - 2023-12-11

🎉
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
},
"require-dev": {
"laravel/pint": "^1.13",
"orchestra/testbench": "^7.37|^8.0",
"orchestra/testbench": "^7.37|^8.0|^9.0",
"pestphp/pest": "^1.23",
"phpunit/phpunit": "^9.6",
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^8.14"
},
Expand Down

0 comments on commit 7337ac8

Please sign in to comment.