Skip to content

Commit

Permalink
Requiring PHP 5.4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 4, 2017
1 parent f920213 commit de57ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xml-writer-plus
===============

Simple XML Writer library for PHP 5.3+
Simple XML Writer library for PHP 5.4+

The goal of this library is to provide some added functionality to the built-in PHP <a href="http://www.php.net//manual/en/book.xmlwriter.php" target="_blank">XMLWriter</a> class.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "dcarbone/xml-writer-plus",
"type" : "library",
"description" : "Simple XML Writer library for PHP 5.3+",
"description" : "Simple XML Writer library for PHP 5.4+",

"keywords": [
"php",
Expand All @@ -19,7 +19,7 @@
],

"require" : {
"php" : ">=5.3.3",
"php" : ">=5.4.0",
"lib-libxml" : "*"
},
"autoload" : {
Expand Down

0 comments on commit de57ea5

Please sign in to comment.