Skip to content

Commit 8b9a537

Browse files
committed
Preparing to release
1 parent c2f41f4 commit 8b9a537

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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
{
@@ -19,13 +20,15 @@
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"

0 commit comments

Comments
 (0)