diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index ab1a6d2..255506b 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 469f066..afd9f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🎉 diff --git a/composer.json b/composer.json index f5c03ad..cdfc996 100644 --- a/composer.json +++ b/composer.json @@ -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" },