Skip to content

Commit

Permalink
Merge pull request #119 from nextcloud/chore/deps/update-all
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Apr 10, 2024
2 parents 6bfd37f + 3ae4ad7 commit f9ccb99
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 33 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"require": {
"php": "^8.1",
"ext-simplexml": "*",
"nikic/php-parser": "^4.16",
"adhocore/cli": "^v1.6",
"phpstan/phpdoc-parser": "^1.23"
"adhocore/cli": "^1.7",
"nikic/php-parser": "^5.0",
"phpstan/phpdoc-parser": "^1.28"
},
"require-dev": {
"nextcloud/coding-standard": "^1.1"
"nextcloud/coding-standard": "^1.2"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './tests/*' -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l && php -l generate-spec && php -l merge-specs",
Expand Down
58 changes: 30 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generate-spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if ($out == "") {
$out = "openapi.json";
}

$astParser = (new ParserFactory)->create(ParserFactory::PREFER_PHP7);
$astParser = (new ParserFactory())->createForNewestSupportedVersion();
$nodeFinder = new NodeFinder;

$lexer = new Lexer();
Expand Down

0 comments on commit f9ccb99

Please sign in to comment.