@@ -11,7 +11,7 @@ compatibility and standards compliance][what_is].
11
11
12
12
Requirements
13
13
------------
14
- * PHP 5.6 + (Required since SimplePie 1.5.3 )
14
+ * PHP 7.2 + (Required since SimplePie 1.8.0 )
15
15
* libxml2 (certain 2.7.x releases are too buggy for words, and will crash)
16
16
* One of iconv, mbstring or intl extensions
17
17
* cURL or fsockopen()
@@ -20,7 +20,7 @@ Requirements
20
20
21
21
What comes in the package?
22
22
--------------------------
23
- 1 . ` library /` - SimplePie classes for use with the autoloader
23
+ 1 . ` src /` - SimplePie classes for use with the autoloader
24
24
2 . ` autoloader.php ` - The SimplePie Autoloader if you want to use the separate
25
25
file version.
26
26
3 . ` README.markdown ` - This document.
@@ -75,9 +75,20 @@ to be prioritized.
75
75
76
76
If you'd like to contribute to SimplePie, the best way to get started is to fork
77
77
the project on GitHub and send pull requests for patches. When doing so, please
78
- be aware of our [ coding standards] [ ] .
78
+ be aware of our [ coding standards] ( http://simplepie.org/wiki/misc/coding_standards ) .
79
79
80
- [ coding standards ] : http://simplepie.org/wiki/misc/coding_standards
80
+ The main development for the next minor release happens in ` master ` branch.
81
+ Please create your pull requests primarily against this branch.
82
+
83
+ We do not actively provide bug fixes or security fixes for older versions. Nevertheless,
84
+ you are welcome to create backport PRs if you still need support for older PHP versions.
85
+ Please open your PR against the appropriate branch.
86
+
87
+ | branch | requires |
88
+ | ----------------------------------------------------------------------------| -------------|
89
+ | [ master] ( https://github.com/simplepie/simplepie/tree/master ) | PHP 7.2.0+ |
90
+ | [ one-dot-seven] ( https://github.com/simplepie/simplepie/tree/one-dot-seven ) | PHP 5.6.0+ |
91
+ | [ one-dot-three] ( https://github.com/simplepie/simplepie/tree/one-dot-three ) | PHP 5.2.0+ |
81
92
82
93
83
94
Authors and contributors
0 commit comments