mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-05 21:07:27 +02:00
Drop php 5.3 support
This commit is contained in:
@@ -10,10 +10,6 @@ sudo: false
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 5.3
|
|
||||||
env: polyfill='true'
|
|
||||||
- php: 5.3
|
|
||||||
env: polyfill='false'
|
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: polyfill='true'
|
env: polyfill='true'
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||

|

|
||||||
|
|
||||||
A PHP string manipulation library with multibyte support. Compatible with PHP
|
A PHP string manipulation library with multibyte support. Compatible with PHP
|
||||||
5.3+, PHP 7, and HHVM. Refer to the [1.x branch](https://github.com/danielstjules/Stringy/tree/1.x)
|
5.4+, PHP 7, and HHVM. Refer to the [1.x branch](https://github.com/danielstjules/Stringy/tree/1.x)
|
||||||
for older documentation.
|
for older documentation.
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.4.0",
|
||||||
"symfony/polyfill-mbstring": "~1.1"
|
"symfony/polyfill-mbstring": "~1.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Reference in New Issue
Block a user