Skip to content

Commit c1ceb35

Browse files
committed
Replace repository import with direct package name
1 parent f050bbf commit c1ceb35

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@
44
"keywords": ["sylius", "sylius-plugin"],
55
"description": "Integration with User.com for Sylius.",
66
"license": "MIT",
7-
"repositories": [
8-
{
9-
"type": "vcs",
10-
"url": "https://github.com/BitBagCommerce/sylius-google-analytics-plugin.git"
11-
}
12-
],
137
"require": {
148
"php": "^8.1",
159
"bitbag/coding-standard": "^3.0",
1610
"sylius/sylius": "~1.13.0",
1711
"symfony/webpack-encore-bundle": "^1.15",
18-
"spinbits/google-analytics-4-plugin": "dev-test/bump-sylius-version"
12+
"bitbag/google-analytics-4-plugin": "^1.0"
1913
},
2014
"require-dev": {
2115
"behat/behat": "^3.6.1",

0 commit comments

Comments
 (0)