File tree Expand file tree Collapse file tree 3 files changed +2113
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2113
-9
lines changed Original file line number Diff line number Diff line change 11language : php
22sudo : false
33php :
4- - 7.2.5
5- - 7.4
6- - 8.0
7- - 8.1
8- - 8.2
4+ - 5.6
5+ - 7.0
96before_install : " composer install"
107script : " vendor/bin/phpunit"
Original file line number Diff line number Diff line change 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/" }
4040 "dev-master" : " 8.x.x-dev"
4141 }
4242 }
43- }
43+ }
You can’t perform that action at this time.
0 commit comments