Skip to content

Commit 6693203

Browse files
Upgrade to 1.10
1 parent 758cf29 commit 6693203

1 file changed

Lines changed: 89 additions & 89 deletions

File tree

composer.json

Lines changed: 89 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
11
{
2-
"name": "cleverage/sylius-dpd-plugin",
3-
"type": "sylius-plugin",
4-
"description": "Simple DPD REST Plugin for Sylius",
5-
"keywords": [
6-
"sylius",
7-
"sylius-plugin",
8-
"sylius-dpd",
9-
"sylius-dpd-plugin",
10-
"dpd",
11-
"dpd-plugin",
12-
"dpd-webservices"
13-
],
14-
"license": "MIT",
15-
"authors": [
16-
{
17-
"name": "Julien Castera",
18-
"email": "jcastera@clever-age.com",
19-
"homepage": "https://juliencastera.fr"
20-
},
21-
{
22-
"name": "Clever Age",
23-
"homepage": "https://www.clever-age.com"
24-
}
25-
],
26-
"require": {
27-
"php": "^7.4",
28-
"sylius/sylius": "~1.8.0 || ~1.9.0",
29-
"ext-simplexml": "*",
30-
"ext-json": "*"
31-
},
32-
"require-dev": {
33-
"behat/behat": "^3.6.1",
34-
"behat/mink-selenium2-driver": "^1.4",
35-
"dmore/behat-chrome-extension": "^1.3",
36-
"dmore/chrome-mink-driver": "^2.7",
37-
"friends-of-behat/mink": "^1.8",
38-
"friends-of-behat/mink-browserkit-driver": "^1.4",
39-
"friends-of-behat/mink-debug-extension": "^2.0.0",
40-
"friends-of-behat/mink-extension": "^2.4",
41-
"friends-of-behat/page-object-extension": "^0.3",
42-
"friends-of-behat/suite-settings-extension": "^1.0",
43-
"friends-of-behat/symfony-extension": "^2.1",
44-
"friends-of-behat/variadic-extension": "^1.3",
45-
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
46-
"phpspec/phpspec": "^7.0",
47-
"phpstan/extension-installer": "^1.0",
48-
"phpstan/phpstan": "0.12.99",
49-
"phpstan/phpstan-doctrine": "0.12.33",
50-
"phpstan/phpstan-strict-rules": "^0.12.0",
51-
"phpstan/phpstan-webmozart-assert": "0.12.12",
52-
"phpunit/phpunit": "^9.5",
53-
"sensiolabs/security-checker": "^6.0",
54-
"sylius-labs/coding-standard": "^4.0",
55-
"symfony/browser-kit": "^4.4 || ^5.2",
56-
"symfony/debug-bundle": "^4.4 || ^5.2",
57-
"symfony/dotenv": "^4.4 || ^5.2",
58-
"symfony/intl": "^4.4 || ^5.2",
59-
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
60-
"vimeo/psalm": "4.7.1",
61-
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
62-
},
63-
"config": {
64-
"sort-packages": true
65-
},
66-
"extra": {
67-
"branch-alias": {
68-
"dev-master": "1.10-dev"
69-
}
70-
},
71-
"autoload": {
72-
"psr-4": {
73-
"CleverAge\\SyliusDpdPlugin\\": "src/",
74-
"Tests\\CleverAge\\SyliusDpdPlugin\\": "tests/"
75-
}
76-
},
77-
"autoload-dev": {
78-
"classmap": [
79-
"tests/Application/Kernel.php"
80-
]
81-
},
82-
"scripts": {
83-
"post-install-cmd": [
84-
"php bin/create_node_symlink.php"
2+
"name": "cleverage/sylius-dpd-plugin",
3+
"type": "sylius-plugin",
4+
"description": "Simple DPD REST Plugin for Sylius",
5+
"keywords": [
6+
"sylius",
7+
"sylius-plugin",
8+
"sylius-dpd",
9+
"sylius-dpd-plugin",
10+
"dpd",
11+
"dpd-plugin",
12+
"dpd-webservices"
8513
],
86-
"post-update-cmd": [
87-
"php bin/create_node_symlink.php"
14+
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "Julien Castera",
18+
"email": "jcastera@clever-age.com",
19+
"homepage": "https://juliencastera.fr"
20+
},
21+
{
22+
"name": "Clever Age",
23+
"homepage": "https://www.clever-age.com"
24+
}
8825
],
89-
"post-create-project-cmd": [
90-
"php bin/create_node_symlink.php"
91-
]
92-
}
26+
"require": {
27+
"php": "^7.4",
28+
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0",
29+
"ext-simplexml": "*",
30+
"ext-json": "*"
31+
},
32+
"require-dev": {
33+
"behat/behat": "^3.6.1",
34+
"behat/mink-selenium2-driver": "^1.4",
35+
"dmore/behat-chrome-extension": "^1.3",
36+
"dmore/chrome-mink-driver": "^2.7",
37+
"friends-of-behat/mink": "^1.8",
38+
"friends-of-behat/mink-browserkit-driver": "^1.4",
39+
"friends-of-behat/mink-debug-extension": "^2.0.0",
40+
"friends-of-behat/mink-extension": "^2.4",
41+
"friends-of-behat/page-object-extension": "^0.3",
42+
"friends-of-behat/suite-settings-extension": "^1.0",
43+
"friends-of-behat/symfony-extension": "^2.1",
44+
"friends-of-behat/variadic-extension": "^1.3",
45+
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
46+
"phpspec/phpspec": "^7.0",
47+
"phpstan/extension-installer": "^1.0",
48+
"phpstan/phpstan": "0.12.99",
49+
"phpstan/phpstan-doctrine": "0.12.33",
50+
"phpstan/phpstan-strict-rules": "^0.12.0",
51+
"phpstan/phpstan-webmozart-assert": "0.12.12",
52+
"phpunit/phpunit": "^9.5",
53+
"sensiolabs/security-checker": "^6.0",
54+
"sylius-labs/coding-standard": "^4.0",
55+
"symfony/browser-kit": "^4.4 || ^5.2 || ^5.4",
56+
"symfony/debug-bundle": "^4.4 || ^5.2 || ^5.4",
57+
"symfony/dotenv": "^4.4 || ^5.2 || ^5.4",
58+
"symfony/intl": "^4.4 || ^5.2 || ^5.4",
59+
"symfony/web-profiler-bundle": "^4.4 || ^5.2 || ^5.4",
60+
"vimeo/psalm": "4.7.1",
61+
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
62+
},
63+
"config": {
64+
"sort-packages": true
65+
},
66+
"extra": {
67+
"branch-alias": {
68+
"dev-master": "1.10-dev"
69+
}
70+
},
71+
"autoload": {
72+
"psr-4": {
73+
"CleverAge\\SyliusDpdPlugin\\": "src/",
74+
"Tests\\CleverAge\\SyliusDpdPlugin\\": "tests/"
75+
}
76+
},
77+
"autoload-dev": {
78+
"classmap": [
79+
"tests/Application/Kernel.php"
80+
]
81+
},
82+
"scripts": {
83+
"post-install-cmd": [
84+
"php bin/create_node_symlink.php"
85+
],
86+
"post-update-cmd": [
87+
"php bin/create_node_symlink.php"
88+
],
89+
"post-create-project-cmd": [
90+
"php bin/create_node_symlink.php"
91+
]
92+
}
9393
}

0 commit comments

Comments
 (0)