Skip to content

Commit 4d4f82d

Browse files
author
Bas Peters
committed
Updated package dependencies
1 parent c296b13 commit 4d4f82d

File tree

7 files changed

+832
-332
lines changed

7 files changed

+832
-332
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
language: php
22
php:
3-
- '5.5'
4-
- '5.6'
5-
- '7.0'
6-
- '7.1'
73
- '7.2'
84
install:
95
- composer install

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ try {
3939
## Requirements
4040
- CM account with credits, you can register here [https://register.cmtelecom.com](https://register.cmtelecom.com).
4141
- Composer installed, or load manually
42-
- PHP >= 5.5
42+
- PHP >= 7.2
4343

4444
## Installation
4545
Run the following command in the root of your project to add the CM Messaging SDK to your project dependencies:

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"package"
1414
],
1515
"homepage": "https://www.cmtelecom.com",
16-
"license": "Apache 2.0",
16+
"license": "Apache-2.0",
1717
"type": "library",
1818
"authors": [
1919
{
@@ -28,13 +28,13 @@
2828
"require": {
2929
"php": ">=5.4.0",
3030
"myclabs/php-enum": "1.5.*",
31-
"php-http/httplug": "1.1.*",
32-
"guzzlehttp/psr7": "1.4.*"
31+
"php-http/httplug": "2.1.*",
32+
"guzzlehttp/psr7": "1.6.*"
3333
},
3434
"require-dev": {
35-
"php-http/mock-client": "0.3.*",
35+
"php-http/mock-client": "1.3.*",
3636
"fzaninotto/faker": "1.6.*",
37-
"phpunit/phpunit": "4.*"
37+
"phpunit/phpunit": "^8.5"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)