Skip to content

Commit

Permalink
Repository maintenance, remove EOL PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Jan 5, 2021
1 parent 8b9ab87 commit 0cc91da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ matrix:
dist: trusty
group: edge
- php: nightly
- php: 7.1
- php: 8.0
- php: 7.4
- php: 7.3
- php: 7.2
env: LINT=true
- php: 7.0
- php: 5.6
- php: 5.5
- php: 5.4

fast_finish: true
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSON Patch for PHP

[![Build Status](https://secure.travis-ci.org/raphaelstolt/php-jsonpatch.png)](http://travis-ci.org/raphaelstolt/php-jsonpatch) [![Version](http://img.shields.io/packagist/v/php-jsonpatch/php-jsonpatch.svg?style=flat)](https://packagist.org/packages/php-jsonpatch/php-jsonpatch) [![PHP Version](http://img.shields.io/badge/php-5.4+-ff69b4.svg)](https://packagist.org/packages/php-jsonpatch/php-jsonpatch)
[![Build Status](https://secure.travis-ci.org/raphaelstolt/php-jsonpatch.png)](http://travis-ci.org/raphaelstolt/php-jsonpatch) [![Version](http://img.shields.io/packagist/v/php-jsonpatch/php-jsonpatch.svg?style=flat)](https://packagist.org/packages/php-jsonpatch/php-jsonpatch) [![PHP Version](https://img.shields.io/badge/php-7.2+-ff69b4.svg)](https://packagist.org/packages/php-jsonpatch/php-jsonpatch)

This is an implementation of [JSON Patch](http://tools.ietf.org/html/rfc6902) written in PHP.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"issues": "https://github.com/raphaelstolt/php-jsonpatch/issues"
},
"require": {
"php": ">=5.4",
"php": ">=7.2",
"symfony/polyfill-mbstring": "^1.1",
"php-jsonpointer/php-jsonpointer": "^3.0"
},
Expand Down

0 comments on commit 0cc91da

Please sign in to comment.