From bb70f99eb710b7478e12fbf3aef5c9a4c8584d55 Mon Sep 17 00:00:00 2001 From: Paul Water Date: Thu, 14 Nov 2019 07:56:10 +0100 Subject: [PATCH] Moved repository and renamed package. --- .scrutinizer.yml | 13 ++++++------- .travis.yml | 6 +++--- README.md | 14 +++++++------- build.xml | 8 +------- composer.json | 19 +++++++++---------- src/Url.php | 2 +- test/UrlTest.php | 4 +++- 7 files changed, 30 insertions(+), 36 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 8851029..ea66256 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,8 +1,7 @@ build: - tests: - override: - - - command: './bin/phing unit' - coverage: - file: 'test/coverage.xml' - format: 'php-clover' \ No newline at end of file + tests: + override: + - command: './bin/phing unit' + coverage: + file: 'test/coverage.xml' + format: 'php-clover' diff --git a/.travis.yml b/.travis.yml index e4d37ea..c0d5031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ php: - '7.1' - '7.2' - '7.3' - + install: - composer self-update - composer install - -script: + +script: - ./bin/phing unit diff --git a/README.md b/README.md index 06a0e41..d4108bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ABC-Framework: URL +# PhpPlaisio: URL @@ -13,20 +13,20 @@ diff --git a/build.xml b/build.xml index 5100ede..e37666b 100644 --- a/build.xml +++ b/build.xml @@ -1,15 +1,9 @@ - + - - - - - diff --git a/composer.json b/composer.json index 8e31956..7bed336 100644 --- a/composer.json +++ b/composer.json @@ -1,28 +1,27 @@ { - "name": "setbased/abc-url", - "description": "ABC-Framework: URL", + "name": "plaisio/url", + "description": "PhpPlaisio: URL", "keywords": [ - "ABC-Framework", + "PhpPlaisio", "URL" ], - "type": "library", "license": "MIT", - "require-dev": { - "phing/phing": "^2.0.0", - "phpunit/phpunit": "^7.0.0 || ^8.0.0" - }, "require": { "php": ">=7.1.0", "ext-mbstring": "*" }, + "require-dev": { + "phing/phing": "^2.0.0", + "phpunit/phpunit": "^7.0.0 || ^8.0.0" + }, "autoload": { "psr-4": { - "SetBased\\Abc\\Helper\\": "src/" + "Plaisio\\Helper\\": "src/" } }, "autoload-dev": { "psr-4": { - "SetBased\\Abc\\Helper\\Test\\": "test/" + "Plaisio\\Helper\\Test\\": "test/" } }, "config": { diff --git a/src/Url.php b/src/Url.php index ea6a9e0..2b06304 100644 --- a/src/Url.php +++ b/src/Url.php @@ -1,7 +1,7 @@
-Gitter +Gitter -License +License -Latest Stable Version +Latest Stable Version -Build Status
-Code Coverage +Build Status
+Code Coverage
-Scrutinizer Code Quality +Scrutinizer Code Quality