We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7a9a6 commit 5d0bad4Copy full SHA for 5d0bad4
README.md
@@ -22,7 +22,6 @@ composer require xdevor/composer-parser
22
...
23
use Xdevor\ComposerParser\Parser;
24
25
-// 1. parse specific installed package by key
26
(new Parser())->parse('the/package', 'name'); // return name of the package
27
(new Parser())->parse('the/package', 'authors.0.name'); // return the first author name
28
(new Parser())->parse('the/package', 'not_exist_key'); // return null if key not exist
0 commit comments