Skip to content

Commit

Permalink
[shopsys] update of several packages and different way to install Phi…
Browse files Browse the repository at this point in the history
…ng (#3213)
  • Loading branch information
TomasLudvik authored Jul 3, 2024
2 parents d94b0a3 + 310713e commit d4065a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/.php_cs.cache
/composer.lock
/vendor
/.phpunit.result.cache
/.phpunit.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"twig/twig": "^3.5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20"
"phpunit/phpunit": "^11.2.1"
},
"config": {
"allow-plugins": {
Expand Down
10 changes: 4 additions & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
failOnWarning="true"
beStrictAboutTestsThatDoNotTestAnything="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false"
>
<coverage/>
<source/>
</phpunit>

0 comments on commit d4065a0

Please sign in to comment.