Skip to content

Commit 9963194

Browse files
Changed ocramius/package-versions dependancy to composer/package-versions-deprecated to support Composer 2.0 (#260)
* Changed ocaramius/package-versions to composer/package-versions-deprecated to allow composer 2.0 to be used * Removed coverage.xml * Removed php 7.1 from travis, as library requires 7.2
1 parent 75306f6 commit 9963194

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
composer.lock
33
vendor
44
logs
5-
.php_cs.cache
5+
.php_cs.cache
6+
.phpunit.result.cache
7+
coverage.xml

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.1'
43
- '7.2'
54
- '7.3'
65
- '7.4'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"psr/http-client-implementation": "^1.0",
3535
"laminas/laminas-diactoros": "^1.8.4 || ^2.0",
3636
"lcobucci/jwt": "^3.2",
37-
"ocramius/package-versions": "^1.4",
3837
"psr/container": "^1.0",
39-
"vonage/nexmo-bridge": "^0.1.0"
38+
"vonage/nexmo-bridge": "^0.1.0",
39+
"composer/package-versions-deprecated": "^1.11"
4040
},
4141
"require-dev": {
4242
"phpunit/phpunit": "^7.4 || ^8.0",

0 commit comments

Comments
 (0)