Skip to content

Commit

Permalink
Updated Lucid dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <tom@inflatablecookie.com>
  • Loading branch information
betterthanclay committed Oct 18, 2023
1 parent 5cbe8c9 commit 38f046d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "decodelabs/phpstan-decodelabs",
"description": "DecodeLabs PHPStan compatibility extension",
"type": "phpstan-extension",
"keywords": ["analysis"],
"keywords": [ "analysis" ],
"license": "MIT",
"authors": [{
"name": "Tom Wright",
"email": "tom@inflatablecookie.com"
}],
"authors": [ {
"name": "Tom Wright",
"email": "tom@inflatablecookie.com"
} ],
"require": {
"php": "^8.0",
"phpstan/phpstan": "^1"
},
"require-dev": {
"decodelabs/exemplar": "^0.3",
"decodelabs/lucid": "^0.3.7",
"decodelabs/lucid": "^0.4",
"decodelabs/metamorph": "^0.5",
"decodelabs/tagged": "^0.14",
"decodelabs/terminus": "^0.9"
Expand Down

0 comments on commit 38f046d

Please sign in to comment.