Skip to content

Commit

Permalink
Merge pull request #107 from RonasIT/feat/support-phpunit11
Browse files Browse the repository at this point in the history
[feat]: implemented supporting of PHPUnit v11
  • Loading branch information
DenTray authored Dec 2, 2024
2 parents bfa68a9 + e4064d4 commit 3a89438
Show file tree
Hide file tree
Showing 10 changed files with 660 additions and 533 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
"require": {
"php": "^8.3",
"ext-openssl": "*",
"laravel/framework": "^11.31",
"laravel/framework": "^11.34",
"laravel/legacy-factories": "^1.4",
"laravel/serializable-closure": "^1.3",
"laravel/tinker": "^2.9",
"laravel/ui": "^4.5",
"laravel/tinker": "^2.10",
"laravel/ui": "^4.6",
"maatwebsite/excel": "^3.1.55",
"nunomaduro/collision": "^8.4",
"nunomaduro/collision": "^8.5",
"php-open-source-saver/jwt-auth": "^2.7",
"psr/simple-cache": "^3.0",
"ronasit/laravel-helpers": "^3.0.0-beta",
"ronasit/laravel-swagger": "^3.0.2",
"ronasit/laravel-helpers": "^3.1",
"ronasit/laravel-swagger": "^3.1",
"spatie/laravel-google-cloud-storage": "^2.3",
"spatie/laravel-ignition": "^2.8",
"symfony/http-client": "^7.1.3",
"symfony/mailgun-mailer": "^7.1.3",
"symfony/postmark-mailer": "^7.1"
"symfony/http-client": "^7.2.0",
"symfony/mailgun-mailer": "^7.2.0",
"symfony/postmark-mailer": "^7.2"
},
"require-dev": {
"ext-json": "*",
"barryvdh/laravel-ide-helper": "^3.1",
"barryvdh/laravel-ide-helper": "^3.2",
"brainmaestro/composer-git-hooks": "^3.0",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.18",
"mockery/mockery": "^1.6",
"php-coveralls/php-coveralls": "^2.7",
"phpunit/phpunit": "^10.5",
"ronasit/laravel-entity-generator": "^3.1",
"phpunit/phpunit": "^11.4",
"ronasit/laravel-entity-generator": "^3.2.2",
"ronasit/laravel-project-initializator": "0.0.1-beta"
},
"autoload": {
Expand Down
1,165 changes: 644 additions & 521 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"preset": "laravel",
"rules": {
"not_operator_with_successor_space": false,
"php_unit_set_up_tear_down_visibility": false,
"php_unit_method_casing": {
"case": "camel_case"
},
"concat_space": {
"spacing": "one"
},
Expand Down

0 comments on commit 3a89438

Please sign in to comment.