Skip to content

Commit

Permalink
Added PHP 8.1 into composer.json and support warning into the README
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Jan 3, 2023
1 parent a33e69a commit ad61230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> :warning: Warning! This package does not have active support, it exists only for the historical needs of the author.
# i18n

[![Build Status][ico-travis]][link-travis]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3 || ^8.1",
"ext-json": "*",
"nette/di": "^3.0.3",
"nette/http": "^3.0",
Expand Down

0 comments on commit ad61230

Please sign in to comment.