Skip to content

Commit

Permalink
minimal required PHP is 5.2.2
Browse files Browse the repository at this point in the history
To avoid 'It is not yet possible to assign complex types to properties' error in adjustNamespaces()
  • Loading branch information
dg committed Jul 2, 2015
1 parent c53896d commit 1bb60d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"homepage": "http://davidgrudl.com"
}
],
"require": {
"php": ">=5.2.2"
},
"autoload": {
"classmap": ["src/"]
}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RSS & Atom Feeds for PHP

RSS & Atom Feeds for PHP is a very small and easy-to-use library for consuming an RSS and Atom feeds.

It requires PHP 5.0 or newer with CURL extension or enabled allow_url_fopen
It requires PHP 5.2.2 or newer with CURL extension or enabled allow_url_fopen
and is licensed under the New BSD License. You can obtain the latest version from
our [GitHub repository](https://github.com/dg/rss-php/releases) or install it via Composer:

Expand Down

0 comments on commit 1bb60d3

Please sign in to comment.