Skip to content

Commit de57ea5

Browse files
committed
Requiring PHP 5.4.0+
1 parent f920213 commit de57ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xml-writer-plus
22
===============
33

4-
Simple XML Writer library for PHP 5.3+
4+
Simple XML Writer library for PHP 5.4+
55

66
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.
77

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "dcarbone/xml-writer-plus",
33
"type" : "library",
4-
"description" : "Simple XML Writer library for PHP 5.3+",
4+
"description" : "Simple XML Writer library for PHP 5.4+",
55

66
"keywords": [
77
"php",
@@ -19,7 +19,7 @@
1919
],
2020

2121
"require" : {
22-
"php" : ">=5.3.3",
22+
"php" : ">=5.4.0",
2323
"lib-libxml" : "*"
2424
},
2525
"autoload" : {

0 commit comments

Comments
 (0)