Skip to content

Commit

Permalink
Updated package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Peters committed Jan 9, 2020
1 parent c296b13 commit 4d4f82d
Show file tree
Hide file tree
Showing 7 changed files with 832 additions and 332 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
install:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ try {
## Requirements
- CM account with credits, you can register here [https://register.cmtelecom.com](https://register.cmtelecom.com).
- Composer installed, or load manually
- PHP >= 5.5
- PHP >= 7.2

## Installation
Run the following command in the root of your project to add the CM Messaging SDK to your project dependencies:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"package"
],
"homepage": "https://www.cmtelecom.com",
"license": "Apache 2.0",
"license": "Apache-2.0",
"type": "library",
"authors": [
{
Expand All @@ -28,13 +28,13 @@
"require": {
"php": ">=5.4.0",
"myclabs/php-enum": "1.5.*",
"php-http/httplug": "1.1.*",
"guzzlehttp/psr7": "1.4.*"
"php-http/httplug": "2.1.*",
"guzzlehttp/psr7": "1.6.*"
},
"require-dev": {
"php-http/mock-client": "0.3.*",
"php-http/mock-client": "1.3.*",
"fzaninotto/faker": "1.6.*",
"phpunit/phpunit": "4.*"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4d4f82d

Please sign in to comment.