From bd2a4739d6a4c0d38e61a08a8995a18c75d73b2c Mon Sep 17 00:00:00 2001 From: Kamil Madejski Date: Wed, 24 Jan 2018 14:58:22 +0100 Subject: [PATCH 1/2] Fix README.md nitpick (#253) --- doc/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docker/README.md b/doc/docker/README.md index 1759f158b7..64a7a81015 100644 --- a/doc/docker/README.md +++ b/doc/docker/README.md @@ -106,7 +106,7 @@ After some 5-10 seconds you should be able to browse the site on `localhost:8080 ### Behat and Selenium use *Docker-Compose setup for Behat use is provided and used internally to test eZ Platform, this can be combined with most -setups, here shown in combination with production setup which is what you1'll typically need to test before pushing your +setups, here shown in combination with production setup which is what you'll typically need to test before pushing your image to Docker Hub/Registry.* From root of your projects clone of this distribution, [setup composer auth.json](#composer) and execute the following: From 71208e2e1387e51e1fe4c5108240a9558bacac08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Wed, 24 Jan 2018 15:01:21 +0100 Subject: [PATCH 2/2] [Composer] Update to GPL-2.0-only license notation for packagist --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97a6a15667..df83621def 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "ezsystems/ezplatform", "description": "eZ Platform distribution", "homepage": "https://github.com/ezsystems/ezplatform", - "license": "GPL-2.0", + "license": "GPL-2.0-only", "type": "project", "authors": [ {