From c3791691bfa10c1c5327236cf5672e45565e215a Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Sun, 27 Dec 2020 12:07:40 +0100 Subject: [PATCH 1/3] Fix example docker commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 964c24d..24f225a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ docker run \ --rm \ --volume "$PWD:/app" \ -it \ - php:7.1 \ + php:7.3 \ php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php ``` Or on Mac: @@ -93,7 +93,7 @@ docker run \ --rm \ --volume "$PWD:/app" \ -it \ - php:7.1 \ + php:7.3 \ php --docroot /app/web/ --server "localhost:${PORT}" /app/web/index.php ``` @@ -233,7 +233,7 @@ $ ./vendor/bin/phpunit Questions or feedback can be given by [opening an issue on GitHub](https://github.com/pdsinterop/flysystem-rdf/issues). -All PDS Interop projects are open source and community-friendly. +All PDS Interop projects are open source and community-friendly. Any contribution is welcome! For more details read the [contribution guidelines](CONTRIBUTING.md). From eaf3a340402d0c6917dd3bead82c63444741a497 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Sun, 27 Dec 2020 12:07:56 +0100 Subject: [PATCH 2/3] Fix serve-dev composer script --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9eb8732..560b519 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "scripts": { "lint":"", - "serve-dev":"USER=alice PASSWORD=alice123 ENVIRONMENT=development php -S \"${HOST:-localhost}:${PORT:-8080}\" -t web/ web/index.php", + "serve-dev":"USERNAME=alice PASSWORD=alice123 ENVIRONMENT=development SERVER_ROOT=\"http://${HOST:-localhost}:${PORT:-8080}\" php -S \"${HOST:-localhost}:${PORT:-8080}\" -t web/ web/index.php", "serve-dev-docker":"bash ./bin/serve-docker-dev.sh", "test":"phpunit" }, From 31b5133c2494586c1f6b048f2e25886eb1e446b4 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Sun, 27 Dec 2020 12:08:14 +0100 Subject: [PATCH 3/3] Replace old links in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24f225a..0144f92 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ $ ./vendor/bin/phpunit ## Contributing -Questions or feedback can be given by [opening an issue on GitHub](https://github.com/pdsinterop/flysystem-rdf/issues). +Questions or feedback can be given by [opening an issue on GitHub](https://github.com/pdsinterop/php-solid-server/issues). All PDS Interop projects are open source and community-friendly. Any contribution is welcome! @@ -248,9 +248,9 @@ For a list of changes see the [CHANGELOG](CHANGELOG.md) or the GitHub releases p All code created by PDS Interop is licensed under the [MIT License][license-link]. -[contributors-page]: https://github.com/pdsinterop/flysystem-rdf/contributors +[contributors-page]: https://github.com/pdsinterop/php-solid-server/contributors [license-link]: ./LICENSE -[license-shield]: https://img.shields.io/github/license/pdsinterop/flysystem-rdf.svg +[license-shield]: https://img.shields.io/github/license/pdsinterop/php-solid-server.svg [maintained-shield]: https://img.shields.io/maintenance/yes/2020 [pdsinterop-shield]: https://img.shields.io/badge/-PDS%20Interop-gray.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01IC01IDExMCAxMTAiIGZpbGw9IiNGRkYiIHN0cm9rZS13aWR0aD0iMCI+CiAgICA8cGF0aCBkPSJNLTEgNTJoMTdhMzcuNSAzNC41IDAgMDAyNS41IDMxLjE1di0xMy43NWEyMC43NSAyMSAwIDAxOC41LTQwLjI1IDIwLjc1IDIxIDAgMDE4LjUgNDAuMjV2MTMuNzVhMzcgMzQuNSAwIDAwMjUuNS0zMS4xNWgxN2EyMiAyMS4xNSAwIDAxLTEwMiAweiIvPgogICAgPHBhdGggZD0iTSAxMDEgNDhhMi43NyAyLjY3IDAgMDAtMTAyIDBoIDE3YTIuOTcgMi44IDAgMDE2OCAweiIvPgo8L3N2Zz4K [pdsinterop-site]: https://pdsinterop.org/ @@ -258,5 +258,5 @@ All code created by PDS Interop is licensed under the [MIT License][license-link [project-stage-page]: https://blog.pother.ca/project-stages/ [standard-readme-link]: https://github.com/RichardLitt/standard-readme [standard-readme-shield]: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg -[version-link]: https://packagist.org/packages/pdsinterop/flysystem-rdf -[version-shield]: https://img.shields.io/github/v/release/pdsinterop/flysystem-rdf?sort=semver +[version-link]: https://packagist.org/packages/pdsinterop/php-solid-server +[version-shield]: https://img.shields.io/github/v/release/pdsinterop/php-solid-server?sort=semver