Skip to content

Commit

Permalink
Added support for Laravel Lang Publisher 16
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Dec 16, 2023
1 parent 959aa97 commit 1b0898c
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 1b0898c

Please sign in to comment.