Skip to content

Commit

Permalink
SW-27049 - Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Aug 21, 2023
1 parent 9dd9b29 commit 0041829
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 934 deletions.
2 changes: 1 addition & 1 deletion tests/Context/SubContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SubContext extends PageObjectContext implements MinkAwareContext

public function __construct()
{
$dotenv = new Dotenv(\dirname(__DIR__));
$dotenv = Dotenv::createUnsafeImmutable(\dirname(__DIR__));
$dotenv->load();
}

Expand Down
14 changes: 4 additions & 10 deletions tests/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,27 @@
"type": "project",
"require-dev": {
"ext-json": "*",
"php": "~7.4.0",
"behat/behat": "^3.7",
"behat/mink": "^1.8",
"behat/mink-selenium2-driver": "^1.6",
"bossa/phpspec2-expect": "^3.1",
"cocur/slugify": "^2.3",
"fakerphp/faker": "^1.21",
"friends-of-behat/mink-extension": "^2.4",
"friendsofphp/php-cs-fixer": "^3.1",
"fzaninotto/faker": "^1.6",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^7.5",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.0",
"phpstan/phpstan": "^0.12.99",
"phpunit/phpunit": "^9.4",
"sensiolabs/behat-page-object-extension": "^2.0",
"smalot/pdfparser": "^0.14.0",
"vlucas/phpdotenv": "^2.3"
"smalot/pdfparser": "^2.3",
"vlucas/phpdotenv": "^5.5"
},
"autoload": {
"psr-4": {
"Shopware\\": ""
}
},
"config": {
"platform": {
"php": "7.4"

},
"sort-packages": true
}
}
Loading

0 comments on commit 0041829

Please sign in to comment.