Skip to content

Commit

Permalink
Merge fa9edb0 into 827cc90
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbe committed Nov 7, 2019
2 parents 827cc90 + fa9edb0 commit 32be0a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
dist: xenial

php:
- 7.1
- 7.2
- 7.3

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pushok

[![PHP >= 7.1](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square)](https://php.net/)
[![PHP >= 7.2](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg?style=flat-square)](https://php.net/)
[![Build Status][ico-travis]][link-travis]
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
Expand All @@ -24,7 +24,7 @@ Pushok is a simple PHP library for sending push notifications to APNs.

## Requirements

* PHP >= 7.1
* PHP >= 7.2
* lib-curl >= 7.46.0 (with http/2 support enabled)
* lib-openssl >= 1.0.2e

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-curl": "*",
"lib-curl": ">=7.46.0",
"ext-openssl": "*",
Expand Down

0 comments on commit 32be0a9

Please sign in to comment.