Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.26.90
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
phar-io /
version /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2018-07-08 09:00
tests
[ DIR ]
drwxr-xr-x
2018-07-08 09:00
.gitignore
71
B
-rw-r--r--
2018-07-08 09:00
.php_cs
1.9
KB
-rw-r--r--
2018-07-08 09:00
.travis.yml
533
B
-rw-r--r--
2018-07-08 09:00
CHANGELOG.md
1.35
KB
-rw-r--r--
2018-07-08 09:00
LICENSE
1.55
KB
-rw-r--r--
2018-07-08 09:00
README.md
2.31
KB
-rw-r--r--
2018-07-08 09:00
build.xml
1.58
KB
-rw-r--r--
2018-07-08 09:00
composer.json
673
B
-rw-r--r--
2018-07-08 09:00
phive.xml
258
B
-rw-r--r--
2018-07-08 09:00
phpunit.xml
693
B
-rw-r--r--
2018-07-08 09:00
Save
Rename
# Changelog All notable changes to phar-io/version are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [2.0.1] - 08.07.2018 ### Fixed - Versions without a pre-release suffix are now always considered greater than versions without a pre-release suffix. Example: `3.0.0 > 3.0.0-alpha.1` ## [2.0.0] - 23.06.2018 Changes to public API: - `PreReleaseSuffix::construct()`: optional parameter `$number` removed - `PreReleaseSuffix::isGreaterThan()`: introduced - `Version::hasPreReleaseSuffix()`: introduced ### Added - [#11](https://github.com/phar-io/version/issues/11): Added support for pre-release version suffixes. Supported values are: - `dev` - `beta` (also abbreviated form `b`) - `rc` - `alpha` (also abbreviated form `a`) - `patch` (also abbreviated form `p`) All values can be followed by a number, e.g. `beta3`. When comparing versions, the pre-release suffix is taken into account. Example: `1.5.0 > 1.5.0-beta1 > 1.5.0-alpha3 > 1.5.0-alpha2 > 1.5.0-dev11` ### Changed - reorganized the source directories ### Fixed - [#10](https://github.com/phar-io/version/issues/10): Version numbers containing a numeric suffix as seen in Debian packages are now supported. [2.0.1]: https://github.com/phar-io/version/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/phar-io/version/compare/1.0.1...2.0.0