Skip to content

Commit

Permalink
PHPUnit v11.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Jan 21, 2025
1 parent dcdb7e6 commit 66e19c9
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 754 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Thumbs.db
/tools
.well-known
/resources/lang/module.*
.phpunit.result.cache
.phpunit.result.cache
/.phpunit.cache
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"devfactory/minify": "1.0.7",
"fideloper/proxy": "3.3.4",
"laravel/framework": "v5.5.40",
"laravel/tinker": "v1.0.7",
"mews/purifier": "3.2.2",
"spatie/laravel-activitylog": "2.7.0",
"lord/laroute": "2.4.7",
Expand Down Expand Up @@ -44,7 +43,7 @@
"filp/whoops": "2.14.5",
"fzaninotto/faker": "v1.9.2",
"mockery/mockery": "1.1.0",
"phpunit/phpunit": "9.5.28",
"phpunit/phpunit": "11.2.6",

"symfony/polyfill-ctype": "v1.10.*",
"vlucas/phpdotenv": "v2.5.1",
Expand All @@ -68,12 +67,10 @@
"guzzlehttp/guzzle": "6.5.8",
"guzzlehttp/psr7": "1.9.1",
"tedivm/jshrink": "1.4.0",
"nikic/php-parser": "^4.1",
"doctrine/annotations": "v1.4.*",
"doctrine/cache": "v1.6.*",
"doctrine/collections": "v1.4.*",
"doctrine/instantiator": "1.3.1",
"myclabs/deep-copy": "1.10.1",
"webmozart/assert": "1.3.0",
"psr/container": "1.0.0",
"psr/http-message": "1.0.1"
Expand Down
Loading

0 comments on commit 66e19c9

Please sign in to comment.