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 25ef969 commit 6bf1d08
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.
# Doctrine Sluggable

:abc: Doctrine Sluggable extension!
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.1",
"doctrine/orm": "^2.7",
"behat/transliterator": "^1.2"
},
Expand Down

0 comments on commit 6bf1d08

Please sign in to comment.