File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - 7.0
77 - 7.1
88 - 7.2
9- - nightly
9+ - 7.3
10+ - 7.4
1011
1112before_script :
1213 - composer self-update
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " >=7.0" ,
18- "ramsey/uuid" : " ^3.7 " ,
18+ "ramsey/uuid" : " ^4.0 || ^3.0 " ,
1919 "moneyphp/money" : " ^3.1" ,
20- "marc-mabe/php-enum" : " ^3.0" ,
21- "zendframework/zend-validator " : " ^2.10 " ,
22- "league/geotools " : " ^0.8 "
20+ "marc-mabe/php-enum" : " ^4.0 || ^ 3.0" ,
21+ "league/geotools " : " ^0.8 " ,
22+ "laminas/laminas-validator " : " ^2.0 "
2323 },
2424 "require-dev" : {
25- "phpunit/phpunit" : " ^6.5.8 " ,
25+ "phpunit/phpunit" : " ^7.0.0 || ^6.0.0 " ,
2626 "php-coveralls/php-coveralls" : " ^2.1.0" ,
2727 "phpmd/phpmd" : " @stable" ,
2828 "squizlabs/php_codesniffer" : " ~2.7" ,
Original file line number Diff line number Diff line change 1717namespace ValueObjects \Web ;
1818
1919use ValueObjects \Exception \InvalidNativeArgumentException ;
20- use Zend \Validator \Hostname as Validator ;
20+ use Laminas \Validator \Hostname as Validator ;
2121
2222/**
2323 * Class Hostname.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function testToNatural()
7070 $ this ->assertTrue ($ natural ->sameValueAs ($ nativeNatural ));
7171 }
7272
73- public function testToString ($ expectedString = '.7 ' )
73+ public function testToString ($ expectedString = '0 .7 ' )
7474 {
7575 $ real = new Real (.7 );
7676 $ this ->assertEquals ($ expectedString , $ real ->__toString ());
You can’t perform that action at this time.
0 commit comments