Skip to content

Commit ffec496

Browse files
committed
Add missing dependencies
1 parent a17eb68 commit ffec496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"issues": "https://github.com/php-type-language/phpdoc/issues"
1010
},
1111
"require": {
12-
"php": "^8.1"
12+
"php": "^8.1",
13+
"phplrt/lexer": "^3.6",
14+
"phplrt/source": "^3.6"
1315
},
1416
"autoload": {
1517
"psr-4": {

0 commit comments

Comments
 (0)