From cda878292d4fd1599b81eae263d074e2d7cec167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20HULARD?= Date: Thu, 27 Oct 2016 11:15:44 +0100 Subject: [PATCH] Update meta to prepare packagist publication This library will be published using the atoum/xml-extension name. --- LICENSE | 2 +- README.md | 34 +++++++++++++++------------------- composer.json | 17 ++++++++++------- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/LICENSE b/LICENSE index 8dada3e..65ed5c5 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2016 Stéphane Hulard Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index a89e73a..13f9eb2 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,18 @@ -# shulard/atoum-xml-extension [![Build Status](https://travis-ci.org/shulard/atoum-xml-extension.svg?branch=master)](https://travis-ci.org/shulard/atoum-xml-extension) +# atoum/xml-extension [![Build Status](https://travis-ci.org/shulard/atoum-xml-extension.svg?branch=master)](https://travis-ci.org/shulard/atoum-xml-extension) ![atoum](http://atoum.org/images/logo/atoum.png) -*This project is currently in development and shouldn't be used in production !* - ## Install it Install extension using [composer](https://getcomposer.org): -```json -{ - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:shulard/atoum-xml-extension.git" - } - ], - "require-dev": { - "shulard/atoum-xml-extension": "^0.0" - }, -} - +```bash +composer require --dev shulard/atoum-xml-extension ``` -Enable the extension using atoum configuration file: +## Enable it + +You should add the following lines in your atoum configuration file: ```php addExtension(new xml\extension($script)); ## Use it ```php -