Skip to content

Commit 93b4900

Browse files
authored
chore: improve codebase (#354)
PHPStan to level 8 Uniformize models Update dependencies
1 parent 55ff403 commit 93b4900

File tree

53 files changed

+1918
-1385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1918
-1385
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"doctrine/inflector": "^1.4.3 || ^2.0",
3636
"easyrdf/easyrdf": "^1.1",
3737
"friendsofphp/php-cs-fixer": "^2.15 || ^3.0",
38-
"league/html-to-markdown": "^4.9",
38+
"league/html-to-markdown": "^5.0",
3939
"psr/log": "^1.0",
4040
"symfony/config": "^5.2",
4141
"symfony/console": "^5.2",
4242
"symfony/yaml": "^5.2",
4343
"symfony/filesystem": "^5.2",
4444
"twig/twig": "^3.0",
45-
"nette/php-generator": "3.6"
45+
"nette/php-generator": "^3.6"
4646
},
4747
"require-dev": {
4848
"api-platform/core": "^2.5",
@@ -53,10 +53,9 @@
5353
"symfony/serializer": "^5.2",
5454
"symfony/validator": "^5.2",
5555
"phpspec/prophecy-phpunit": "^2.0",
56-
"phpstan/phpstan": "^0.12"
56+
"phpstan/phpstan": "^1.2.0"
5757
},
5858
"bin": [
5959
"bin/schema"
60-
],
61-
"minimum-stability": "dev"
60+
]
6261
}

0 commit comments

Comments
 (0)