Skip to content

Commit b3e131d

Browse files
committed
Custom URL fixer
1 parent 54a0c3b commit b3e131d

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"require": {
1414
"php": ">=8.0",
1515
"roots/bedrock": "^1.24",
16-
"roots/multisite-url-fixer": "^1.1",
1716
"composer/installers": "^2.2",
1817
"vlucas/phpdotenv": "^5.5",
1918
"oscarotero/env": "^2.1",
2019
"roots/bedrock-autoloader": "^1.0",
2120
"roots/bedrock-disallow-indexing": "^2.0",
2221
"roots/wordpress": "6.6.2",
2322
"roots/wp-config": "1.0.0",
24-
"roots/wp-password-bcrypt": "1.1.0"
23+
"roots/wp-password-bcrypt": "1.1.0",
24+
"mattv8/multisite-url-fixer": "dev-master"
2525
},
2626
"require-dev": {
2727
"squizlabs/php_codesniffer": "^3.7.1",
@@ -56,4 +56,4 @@
5656
"rsync -av --ignore-existing vendor/roots/bedrock/ ./"
5757
]
5858
}
59-
}
59+
}

composer.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)