Skip to content

Commit

Permalink
Merge pull request #217 from Laravel-Lang/2.x
Browse files Browse the repository at this point in the history
[source]: Added support for Laravel Lang Publisher 16
  • Loading branch information
andrey-helldar authored Dec 16, 2023
2 parents 0dbfb35 + 4fa0e7e commit a171cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
php: [ "8.1", "8.2", "8.3" ]
publisher: [ "14.0", "15.0" ]
publisher: [ "14.0", "15.0", "16.0" ]

name: PHP ${{ matrix.php }}, Publisher ${{ matrix.publisher }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"laravel-lang/publisher": "^14.0 || ^15.0"
"laravel-lang/publisher": "^14.0 || ^15.0 || ^16.0"
},
"require-dev": {
"laravel-lang/status-generator": "^1.19 || ^2.0",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.0"
"symfony/var-dumper": "^6.0 || ^7.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit a171cd4

Please sign in to comment.