File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.8.5: Normalized float to double
4+
5+ Normalization from float to double, thanks to @ItsKelsBoys
6+
7+ ## 0.8.4: PHP 7.2 support
8+
9+ Thanks to @roukmoute for adding PHP 7.2 support
10+
11+ ## 0.8.3: Fixed float arguments
12+
13+ Marked float as being a non object type, thanks to @arn0d
14+
15+ ## 0.8.2: phpspec 4
16+
17+ Using phpspec 4.0 stable, thanks to @arn0d
18+
19+ ## 0.8.1: Memio 2.0
20+
21+ Using Memio 2.0, thanks to @arn0d
22+
323## 0.8.0: phpspec 4
424
525Upgraded phpspec to v4.0@rc, meaning:
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<!-- http://phpunit.de/manual/current/en/appendixes.configuration.html -->
4- <phpunit backupGlobals =" false" colors =" true" syntaxCheck = " false " bootstrap =" vendor/autoload.php" >
4+ 0 <phpunit backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" >
55 <testsuites >
66 <testsuite name =" Integration Tests" >
77 <directory >tests</directory >
You can’t perform that action at this time.
0 commit comments