diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 33ad9b63f889966f0ab6af1642469b4a4623cf41..f57d70afaaa13cd3e9309976a61a933b558d418a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,6 +3,7 @@
 Feeds 6.x 1.0 XXXXXXX, 20XX-XX-XX
 ---------------------------------
 
+- #662104 Aron Novak: Specify PHP requirement in .info file.
 - #657374 dtomasch: Common Parser does not get RSS Authors correctly.
 
 Feeds 6.x 1.0 Alpha 9, 2009-12-14
diff --git a/feeds.info b/feeds.info
index 8310a682e58f70efae763ee1fbac1dc0f4e7bfa1..be76d91ef98d8a93950debaa6a39d916137fc514 100644
--- a/feeds.info
+++ b/feeds.info
@@ -4,3 +4,4 @@ description = Aggregates RSS/Atom/RDF feeds, imports CSV files and more.
 package = Feeds
 dependencies[] = ctools
 core = 6.x
+php = 5.2