Skip to content

Commit 54b13b7

Browse files
update
1 parent 6ef44be commit 54b13b7

File tree

3 files changed

+2113
-9
lines changed

3 files changed

+2113
-9
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: php
22
sudo: false
33
php:
4-
- 7.2.5
5-
- 7.4
6-
- 8.0
7-
- 8.1
8-
- 8.2
4+
- 5.6
5+
- 7.0
96
before_install: "composer install"
107
script: "vendor/bin/phpunit"

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.4",
21+
"php": ">=5.6",
2222
"ext-curl": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
2525
"guzzlehttp/guzzle": "^7.4.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9.5.26",
28+
"phpunit/phpunit": "^4.8",
2929
"squizlabs/php_codesniffer": "~2.6",
30-
"friendsofphp/php-cs-fixer": "3.12.0"
30+
"friendsofphp/php-cs-fixer": "~1.12"
3131
},
3232
"autoload": {
3333
"psr-4": { "SendinBlue\\Client\\" : "lib/" }
@@ -40,4 +40,4 @@
4040
"dev-master": "8.x.x-dev"
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)