Updated README.md
Fixed several typos and improved article's quality. Moved from ReStructuredText to AsciiDoc.
Added information that objects also support class names
I recently started playing around with Github actions and Phive and noticed the warning Warning: Parsing key data failed with error code 0: No UIDs in key found
in the actions log that's only occurring when installing PHP-CS-Fixer. Other tools such as PHPUnit and Box are installed without warning.
[...]
Downloading https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.13.2/php-cs-fixer.phar.asc
Downloading key E82B2FB314E9906E
Trying to connect to keys.openpgp.org (37.218.245.50)
Downloading https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0xE82B2FB314E9906E
╰|> | 0.00 KB / 2.93 KB - 0%
╰|========================================>| 2.93 KB / 2.93 KB - 100%
Successfully downloaded key.
Warning: Parsing key data failed with error code 0: No UIDs in key found
Trying to connect to keyserver.ubuntu.com (162.213.33.9)
Successfully downloaded key.
Fingerprint: BBAB 5DF0 A0D6 6729 89CF 1869 E82B 2FB3 14E9 906E
Dariusz Ruminski <dariusz.ruminski@gmail.com>
Created: 2015-01-17
[...]
``
Phive will now be installed via shivammathur/setup-php@v2. Updated readme documentation