Skip to content

Commit d55cd68

Browse files
author
Olivier Laviale
committed
Merged changes from 1.0
2 parents 2cbeab8 + c999a41 commit d55cd68

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -244,17 +244,10 @@ Starting with 1.1.0 the package implements the [JsonSerializable interface][]
244244

245245
## Installation
246246

247-
The recommended way to install this package is through [composer](http://getcomposer.org/).
248-
Create a `composer.json` file and run `php composer.phar install` command to install it:
249-
250-
```json
251-
{
252-
"minimum-stability": "dev",
253-
"require":
254-
{
255-
"icanboogie/datetime": "*"
256-
}
257-
}
247+
The recommended way to install this package is through [Composer]:
248+
249+
```
250+
$ composer require icanboogie/datetime
258251
```
259252

260253
The package [icanboogie/common](https://packagist.org/packages/icanboogie/common) is suggested to
@@ -271,7 +264,7 @@ If the package is not included, `RunTimeException` instances are thrown instead.
271264
The package is [available on GitHub](https://github.com/ICanBoogie/DateTime), its repository can be
272265
cloned with the following command line:
273266

274-
$ git clone git://github.com/ICanBoogie/DateTime.git
267+
$ git clone https://github.com/ICanBoogie/DateTime.git
275268

276269

277270

@@ -311,7 +304,7 @@ The package is continuously tested by [Travis CI](http://about.travis-ci.org/).
311304

312305
## License
313306

314-
ICanBoogie/DateTime is licensed under the New BSD License - See the [LICENSE](https://raw.github.com/ICanBoogie/DateTime/master/LICENSE) file for details.
307+
ICanBoogie/DateTime is licensed under the New BSD License - See the [LICENSE](LICENSE) file for details.
315308

316309

317310

tests/DateTimeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,3 +1255,4 @@ class MyDateTime extends \ICanBoogie\DateTime
12551255
{
12561256

12571257
}
1258+

0 commit comments

Comments
 (0)