File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .gitattributes export-ignore
2+ /.github / export-ignore
3+ .gitignore export-ignore
4+ /docs / export-ignore
5+ /Makefile export-ignore
6+ /phpunit.xml.dist export-ignore
7+ /psalm.xml export-ignore
8+ /phpdoc.xml export-ignore
9+ /tests / export-ignore
10+ /gencode / export-ignore
11+ /examples / export-ignore
12+ /resources / export-ignore
Original file line number Diff line number Diff line change 11{
22 "name" : " arimac/sigfox" ,
3- "description" : " A highlevel up-to-date wrapper for Sigfox API" ,
3+ "description" : " A highlevel up-to-date complete Sigfox API client " ,
44 "type" : " library" ,
5+ "homepage" : " https://arimacdev.github.io/php-sigfox-client" ,
56 "license" : " MIT" ,
67 "authors" : [
78 {
1920 "Arimac\\ Sigfox\\ Test\\ " : " tests/"
2021 }
2122 },
22- "minimum-stability" : " dev" ,
2323 "require" : {
2424 "php" :" >=7.1"
2525 },
2626 "conflict" :{
2727 "guzzlehttp/guzzle" :" <7.0"
2828 },
29+ "suggest" : {
30+ "guzzlehttp/guzzle" : " Required for using the builtin default HTTP client"
31+ },
2932 "require-dev" : {
3033 "phpunit/phpunit" : " ^9.5" ,
3134 "vimeo/psalm" : " 4.x-dev"
You can’t perform that action at this time.
0 commit comments