@@ -70,32 +70,32 @@ public function compareUrlProvider()
70
70
'same maintainer ' => array (
71
71
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package.git ' ),
72
72
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/acme/package.git ' ),
73
- 'https://github.com/acme/package/compare/3.12.0..3.12.1 ' ,
73
+ 'https://github.com/acme/package/compare/3.12.0... 3.12.1 ' ,
74
74
),
75
75
'without .git ' => array (
76
76
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package ' ),
77
77
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/acme/package ' ),
78
- 'https://github.com/acme/package/compare/3.12.0..3.12.1 ' ,
78
+ 'https://github.com/acme/package/compare/3.12.0... 3.12.1 ' ,
79
79
),
80
80
'dev versions ' => array (
81
81
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , 'd46283075d76ed244f7825b378eeb1cee246af73 ' ),
82
82
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , '9b860214d58c48b5cbe99bdb17914d0eb723c9cd ' ),
83
- 'https://github.com/acme/package/compare/d462830..9b86021 ' ,
83
+ 'https://github.com/acme/package/compare/d462830... 9b86021 ' ,
84
84
),
85
85
'invalid or short reference ' => array (
86
86
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , 'd462830 ' ),
87
87
$ this ->getPackageWithSource ('acme/package ' , 'dev-master ' , 'https://github.com/acme/package.git ' , '1 ' ),
88
- 'https://github.com/acme/package/compare/d462830..1 ' ,
88
+ 'https://github.com/acme/package/compare/d462830... 1 ' ,
89
89
),
90
90
'compare with base fork ' => array (
91
91
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/IonBazan/package.git ' ),
92
92
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/acme/package.git ' ),
93
- 'https://github.com/IonBazan/package/compare/3.12.0..acme:3.12.1 ' ,
93
+ 'https://github.com/IonBazan/package/compare/3.12.0... acme:3.12.1 ' ,
94
94
),
95
95
'compare with head fork ' => array (
96
96
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package.git ' ),
97
97
$ this ->getPackageWithSource ('acme/package ' , '3.12.1 ' , 'https://github.com/IonBazan/package.git ' ),
98
- 'https://github.com/acme/package/compare/3.12.0..IonBazan:3.12.1 ' ,
98
+ 'https://github.com/acme/package/compare/3.12.0... IonBazan:3.12.1 ' ,
99
99
),
100
100
'compare with different repository provider ' => array (
101
101
$ this ->getPackageWithSource ('acme/package ' , '3.12.0 ' , 'https://github.com/acme/package.git ' ),
0 commit comments