Skip to content

Commit

Permalink
SECURITY-480: build fix
Browse files Browse the repository at this point in the history
Co-authored-by: Laszlo Losonczy <[email protected]>
  • Loading branch information
knagy and losonczylaci committed Jun 14, 2024
1 parent 9eaa1b7 commit 7868769
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"psr-4": {"Escher\\Test\\": "test/Escher/Test"}
},
"require": {
"ext-json": "*",
"php": ">=7.3"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "9.6.19"
},
"keywords": [
Expand All @@ -54,6 +54,6 @@
"api"
],
"scripts": {
"test": "vendor/bin/phpunit -c test/phpunit.xml"
"test": "vendor/bin/phpunit -c phpunit.xml"
}
}
18 changes: 10 additions & 8 deletions composer.lock

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

0 comments on commit 7868769

Please sign in to comment.