File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ composer.phar
99
1010# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
1111# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
12- # composer.lock
12+ composer.lock
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ client library covered all the operations.
3535- [ Documentation] ( https://arimacdev.github.io/php-sigfox-client )
3636- [ CHANGELOG] ( https://github.com/arimacdev/php-sigfox-client/blob/main/CHANGELOG.md )
3737- [ Contribution Guide] ( https://github.com/arimacdev/php-sigfox-client/blob/main/CONTRIBUTING.md )
38+ - [ Examples] ( https://github.com/arimacdev/php-sigfox-client/tree/main/examples )
3839
3940
4041## Installation
Original file line number Diff line number Diff line change 2828 },
2929 "require-dev" : {
3030 "phpunit/phpunit" : " ^9.5" ,
31- "vimeo/psalm" : " 4.x-dev" ,
32- "phpstan/phpstan" : " 0.12.x-dev"
31+ "vimeo/psalm" : " 4.x-dev"
3332 }
3433}
You can’t perform that action at this time.
0 commit comments