mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Added vimeo/psalm dependency
`vimeo/psalm` won't be (for now) used to scan the internals of the library, but just the public API to be exposed to third parties
This commit is contained in:
committed by
Ben Ramsey
parent
667d42b5ce
commit
ba419f9715
+2
-1
@@ -32,7 +32,8 @@
|
||||
"phpstan/phpstan-phpunit": "^0.12",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"slevomat/coding-standard": "^6.0",
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"vimeo/psalm": "^3.7.2"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-ctype": "Provides support for PHP Ctype functions",
|
||||
|
||||
Reference in New Issue
Block a user