mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
add missing validation for rss chanel section in composer schema
This commit is contained in:
parent
a4e8d858ba
commit
c30dd16e32
2 changed files with 2 additions and 1 deletions
|
@ -69,6 +69,7 @@ class ValidatingArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
'wiki' => 'http://example.org/',
|
||||
'source' => 'http://example.org/',
|
||||
'irc' => 'irc://example.org/example',
|
||||
'rss' => 'http://example.org/rss',
|
||||
),
|
||||
'require' => array(
|
||||
'a/b' => '1.*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue