- Issue created by @danrod
- 🇨🇦Canada danrod Ottawa
I added this
composer.json
fileI'll set it to "Needs Review" just in case anyone has more suggestions (and brownie points!):
{ "name": "drupal/views_pretty_paths", "type": "drupal-module", "keywords": ["Drupal", "Paths", "SEO friendly"], "description": "Views Pretty Path rewrites URLs associated with Views into into a more user- and SEO-friendly format. Check the project module for more details.", "homepage": "https://www.drupal.org/project/views_pretty_paths", "authors": [ { "name": "Adrian Ababaei", "homepage": "https://www.drupal.org/u/web247", "role": "Maintainer" }, { "name": "Nicolae Procopan", "homepage": "https://www.drupal.org/u/thebumik", "role": "Maintainer" } ], "support": { "issues": "https://www.drupal.org/project/issues/views_pretty_paths", "source": "https://git.drupalcode.org/project/views_pretty_paths" }, "license": "GPL-2.0-or-later", "require": { "drupal/core": "^10 || ^11", "php": "^8.2" }, "minimum-stability": "dev" }
- 🇨🇦Canada danrod Ottawa
Pipeline has passed, so this is ready for review: https://git.drupalcode.org/project/views_pretty_paths/-/pipelines/535360
Thanks.