Skip to content

Commit

Permalink
Merge pull request #52 from Laravel-Lang/16.x
Browse files Browse the repository at this point in the history
Added support for Laravel Lang Publisher 16
  • Loading branch information
andrey-helldar authored Dec 16, 2023
2 parents 54381b9 + 1b0898c commit 935eb86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

Template branch compatibility with [`publisher`](https://github.com/Laravel-Lang/publisher):

* [`16.x`](https://github.com/Laravel-Lang/translations-template/tree/16.x) - `laravel-lang/publisher:^16.0`
* [`15.x`](https://github.com/Laravel-Lang/translations-template/tree/15.x) - `laravel-lang/publisher:^15.0`
* [`14.x`](https://github.com/Laravel-Lang/translations-template/tree/14.x) - `laravel-lang/publisher:^14.0`
* [`13.x`](https://github.com/Laravel-Lang/translations-template/tree/13.x) - `laravel-lang/publisher:^13.0`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"laravel-lang/publisher": "^15.0"
"laravel-lang/publisher": "^16.0"
},
"require-dev": {
"laravel-lang/status-generator": "^2.3.1",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.3"
"symfony/var-dumper": "^6.3 || ^7.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 935eb86

Please sign in to comment.