Skip to content

Commit b734b50

Browse files
committed
Upgrade libraries composer json
1 parent ef03be2 commit b734b50

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

composer.json

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
{
22
"name": "ffi/preprocessor",
3+
"type": "library",
34
"description": "Simple C Preprocessor",
45
"license": "MIT",
56
"keywords": ["ffi", "parser", "compiler", "c", "headers", "preprocessor"],
7+
"support": {
8+
"source": "https://github.com/php-ffi/preprocessor",
9+
"issues": "https://github.com/php-ffi/preprocessor/issues",
10+
"docs": "https://github.com/php-ffi/preprocessor/blob/master/README.md"
11+
},
12+
"authors": [
13+
{
14+
"name": "Nesmeyanov Kirill",
15+
"email": "[email protected]",
16+
"homepage": "https://serafimarts.ru",
17+
"role": "maintainer"
18+
}
19+
],
620
"require": {
721
"php": ">=7.4",
8-
"psr/log": "^1.0",
9-
"phplrt/runtime": "^3.1",
22+
"psr/log": "^1.0|^2.0|^3.0",
23+
"phplrt/parser": "^3.1",
24+
"phplrt/lexer": "^3.1",
1025
"symfony/polyfill-php80": "^1.23",
1126
"symfony/polyfill-ctype": "^1.23"
1227
},
@@ -18,7 +33,7 @@
1833
"require-dev": {
1934
"jetbrains/phpstorm-attributes": "^1.0",
2035
"phpunit/phpunit": "^9.0",
21-
"monolog/monolog": "^2.1",
36+
"monolog/monolog": "^2.3",
2237
"phplrt/phplrt": "^3.1"
2338
},
2439
"autoload-dev": {

0 commit comments

Comments
 (0)