Skip to content

Commit 465ad17

Browse files
committed
Removed lock file
1 parent 947d2c4 commit 465ad17

4 files changed

Lines changed: 3 additions & 4279 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
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
}

0 commit comments

Comments
 (0)