File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"require" : {
24
24
"php" : " >=5.3.3" ,
25
- "phpunit/php-file-iterator" : " >=1.3.1" ,
26
- "phpunit/php-text-template" : " >=1.1.1" ,
27
- "phpunit/php-code-coverage" : " >=1.2.0RC1 " ,
28
- "phpunit/php-timer" : " >=1.0.2" ,
29
- "phpunit/phpunit-mock-objects" : " >=1.2.0RC1 " ,
30
- "symfony/yaml" : " >=2.1.0RC1 " ,
25
+ "phpunit/php-file-iterator" : " >=1.3.1@stable " ,
26
+ "phpunit/php-text-template" : " >=1.1.1@stable " ,
27
+ "phpunit/php-code-coverage" : " >=1.2.0@stable " ,
28
+ "phpunit/php-timer" : " >=1.0.2@stable " ,
29
+ "phpunit/phpunit-mock-objects" : " >=1.2.0@stable " ,
30
+ "symfony/yaml" : " >=2.1.0@stable " ,
31
31
"ext-dom" : " *" ,
32
32
"ext-pcre" : " *" ,
33
33
"ext-reflection" : " *" ,
34
34
"ext-spl" : " *"
35
35
},
36
36
"suggest" : {
37
- "phpunit/php-invoker" : " >=1.1.0" ,
37
+ "phpunit/php-invoker" : " >=1.1.0@stable " ,
38
38
"ext-json" : " *" ,
39
39
"ext-simplexml" : " *" ,
40
40
"ext-tokenizer" : " *"
Original file line number Diff line number Diff line change 17
17
<email >sebastian@phpunit.de</email >
18
18
<active >yes</active >
19
19
</lead >
20
- <date >2012-09-17 </date >
20
+ <date >2012-09-19 </date >
21
21
<version >
22
- <release >3.7.0RC5 </release >
22
+ <release >3.7.0 </release >
23
23
<api >3.7.0</api >
24
24
</version >
25
25
<stability >
26
- <release >beta </release >
27
- <api >beta </api >
26
+ <release >stable </release >
27
+ <api >stable </api >
28
28
</stability >
29
29
<license >The BSD 3-Clause License</license >
30
- <notes >http://github.com/sebastianbergmann/phpunit/blob/master/README.markdown </notes >
30
+ <notes >http://github.com/sebastianbergmann/phpunit/blob/master/README.md </notes >
31
31
<contents >
32
32
<dir name =" /" >
33
33
<dir name =" PHPUnit" >
422
422
<tasks : replace from =" @package_version@" to =" version" type =" package-info" />
423
423
</file >
424
424
</dir >
425
- <file baseinstalldir =" /" name =" ChangeLog.markdown" role =" doc" />
425
+ <file baseinstalldir =" /" name =" ChangeLog.md" role =" doc" />
426
+ <file baseinstalldir =" /" name =" CONTRIBUTING.md" role =" doc" />
426
427
<file baseinstalldir =" /" name =" LICENSE" role =" doc" />
427
- <file baseinstalldir =" /" name =" README.markdown " role =" doc" />
428
+ <file baseinstalldir =" /" name =" README.md " role =" doc" />
428
429
<file baseinstalldir =" /" name =" phpunit.php" role =" script" >
429
430
<tasks : replace from =" /usr/bin/env php" to =" php_bin" type =" pear-config" />
430
431
<tasks : replace from =" @php_bin@" to =" php_bin" type =" pear-config" />
459
460
<package >
460
461
<name >PHP_CodeCoverage</name >
461
462
<channel >pear.phpunit.de</channel >
462
- <min >1.2.0RC1 </min >
463
+ <min >1.2.0 </min >
463
464
</package >
464
465
<package >
465
466
<name >PHP_Timer</name >
469
470
<package >
470
471
<name >PHPUnit_MockObject</name >
471
472
<channel >pear.phpunit.de</channel >
472
- <min >1.2.0RC1 </min >
473
+ <min >1.2.0 </min >
473
474
</package >
474
475
<package >
475
476
<name >Yaml</name >
476
477
<channel >pear.symfony.com</channel >
477
- <min >2.1.0RC1 </min >
478
+ <min >2.1.0 </min >
478
479
</package >
479
480
<extension >
480
481
<name >dom</name >
You can’t perform that action at this time.
0 commit comments