Skip to content

Commit

Permalink
PhpParser 5 & PhpUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Mar 12, 2024
1 parent 9042128 commit 639386b
Show file tree
Hide file tree
Showing 43 changed files with 622 additions and 593 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "~8.2.0 || ~8.3.2",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "2023.3",
"nikic/php-parser": "^4.18.0",
"nikic/php-parser": "^5.0.2",
"roave/signature": "^1.8.0"
},
"authors": [
Expand All @@ -33,7 +33,7 @@

],
"require-dev": {
"phpunit/phpunit": "^10.5.12"
"phpunit/phpunit": "^11.0.5"
},
"autoload": {
"psr-4": {
Expand Down
472 changes: 241 additions & 231 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="test/bootstrap.php"
colors="true"
executionOrder="random"
Expand Down
Loading

0 comments on commit 639386b

Please sign in to comment.