Skip to content

Commit c30ebce

Browse files
authored
Merge pull request #275 from Kharhamel/updateREADME
updated the README
2 parents 4cc05ad + c199f4c commit c30ebce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
Safe PHP
1010
========
1111

12+
# This project is deprecated
13+
14+
15+
16+
Because of how this project needs to be in sync with the official PHP documentation, maintaining a set of functions for PHP 7 is simply too difficult, which means we have to drop support for versions below PHP 8.
17+
18+
On the other hand, because this project is used in other libraries, I cannot actually change the PHP dependency in composer.json to ^8.0 without risking some huge versions conflicts.
19+
20+
So the only solution I see is to create a new project: [Safe8](https://github.com/thecodingmachine/safe8/).
21+
22+
The old safe library will stay on Packagist, but it won't be updated anymore.
23+
24+
1225
**Work in progress**
1326

1427
A set of core PHP functions rewritten to throw exceptions instead of returning `false` when an error is encountered.

0 commit comments

Comments
 (0)