Skip to content

Commit

Permalink
Re-compose
Browse files Browse the repository at this point in the history
Remove trailing slash module because the Silverstripe 5 convention is
not to have have a trailing slash.
  • Loading branch information
Fred Condo committed Aug 21, 2024
1 parent f38dfea commit 4111a2e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
],
"require": {
"php": "^8.1",
"jonom/silverstripe-text-target-length": "^2.0",
"kub-at/php-simple-html-dom-parser": "^1.9",
"silverstripe/cms": "^5",
"jonom/silverstripe-text-target-length": "^2",
"wilr/silverstripe-googlesitemaps": "^3",
"kub-at/php-simple-html-dom-parser": "^1.7",
"axllent/silverstripe-trailing-slash": "^2.2.7"
"wilr/silverstripe-googlesitemaps": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 4111a2e

Please sign in to comment.