Skip to content

Commit 38261fb

Browse files
committed
TEST: setting baseUrl on containers config
1 parent 4797b2c commit 38261fb

File tree

6 files changed

+3334
-1364
lines changed

6 files changed

+3334
-1364
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"elaborate-code/php-json-tongue": "^1.0"
1515
},
1616
"require-dev": {
17-
"pestphp/pest": "^1.22",
1817
"laravel/pint": "^1.2",
18+
"pestphp/pest": "^1.22",
1919
"phpstan/extension-installer": "^1.1",
2020
"phpstan/phpstan-deprecation-rules": "^1.0",
21-
"phpstan/phpstan-phpunit": "^1.0"
21+
"phpstan/phpstan-phpunit": "^1.0",
22+
"tightenco/jigsaw": "^1.4"
2223
},
2324
"autoload": {
2425
"files": [
@@ -30,6 +31,7 @@
3031
},
3132
"autoload-dev": {
3233
"psr-4": {
34+
"Tests\\": "tests",
3335
"ElaborateCode\\JigsawLocalization\\Mocks\\": "tests/_Mocks"
3436
}
3537
},

0 commit comments

Comments
 (0)