File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed
Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ n/a
6+
7+ ## [ 2.0.0] - 2019-09-01
8+
59### Backward Compatibility Breaking Changes
10+
611- All classes now reside within ` PhpIP ` namespace. [ #14 ] ( https://github.com/rlanvin/php-ip/pull/14 )
712- Deprecated ` IPBlock::getSuper ` , use ` IPBlock::getSuperBlock() ` instead. [ #46 ] ( https://github.com/rlanvin/php-ip/pull/46 )
813
1318- New method ` reversePointer() ` [ #44 ] ( https://github.com/rlanvin/php-ip/pull/44 )
1419- New method ` IpBlock::getGivenIp ` to return the IP used in the constructor [ #6 ] ( https://github.com/rlanvin/php-ip/pull/6 )
1520
16- ### Removed
21+ ### Removed
1722
1823- Drop support for PHP 5 [ #8 ] ( https://github.com/rlanvin/php-ip/issues/8 )
1924
2732
2833First release
2934
30- [ Unreleased ] : https://github.com/rlanvin/php-rrule/compare/v1.0.1...HEAD
31- [ 1.0.1 ] : https://github.com/rlanvin/php-ip/compare/v1.0.0...v1.0.1
35+ [ Unreleased ] : https://github.com/rlanvin/php-rrule/compare/v2.0.0...HEAD
36+ [ 2.0.0 ] : https://github.com/rlanvin/php-rrule/compare/v1.0.1...v2.0.0
37+ [ 1.0.1 ] : https://github.com/rlanvin/php-ip/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change @@ -16,22 +16,11 @@ IPv4/IPv6 manipulation library for PHP inspired by Python [ipaddress](https://do
1616
1717The recommended way is to install the lib [ through Composer] ( http://getcomposer.org/ ) .
1818
19- Just add this to your ` composer.json ` file (change the version by the release you want, or use ` dev-master ` for the development version):
20-
21- ``` JSON
22- {
23- "require" : {
24- "rlanvin/php-ip" : " 1.*"
25- }
26- }
27- ```
28-
29- Then run ` composer install ` or ` composer update ` .
19+ Simply run ` composer require rlanvin/php-rrule ` for it to be automatically installed and included in your ` composer.json ` .
3020
3121Now you can use the autoloader, and you will have access to the library:
3222
3323``` php
34- <?php
3524require 'vendor/autoload.php';
3625```
3726
You can’t perform that action at this time.
0 commit comments