Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 49907dc

Browse files
author
danielbannert
committed
fixes #18
removed composer.lock
1 parent 42fc21a commit 49907dc

File tree

5 files changed

+10
-3422
lines changed

5 files changed

+10
-3422
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/build/logs
33

44
composer.phar
5+
composer.lock
56
.php_cs.cache
67
.DS_Store
78
Thumbs.db

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"localheinz/php-cs-fixer-config": "^1.14.0"
2525
},
2626
"require-dev": {
27-
"phpstan/phpstan": "^0.10.0",
28-
"phpstan/phpstan-deprecation-rules": "^0.10.0",
29-
"phpstan/phpstan-phpunit": "^0.10.0",
30-
"phpstan/phpstan-strict-rules": "^0.10.0",
31-
"phpunit/phpunit": "^7.0.0"
27+
"phpstan/phpstan": "^0.10.2",
28+
"phpstan/phpstan-deprecation-rules": "^0.10.2",
29+
"phpstan/phpstan-phpunit": "^0.10.2",
30+
"phpstan/phpstan-strict-rules": "^0.10.2",
31+
"phpunit/phpunit": "^7.2.0"
3232
},
3333
"config": {
3434
"sort-packages": true

0 commit comments

Comments
 (0)