You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011 |
- <?xml version="1.0" encoding="UTF-8"?>
- <phar xmlns="https://phar.io/xml/manifest/1.0">
- <contains name="some/library" version="1.0.0" type="library" />
- <copyright>
- <author name="Reiner Zufall" email="reiner@zufall.de"/>
- <license type="BSD-3-Clause" url="https://domain.tld/LICENSE"/>
- </copyright>
- <requires>
- <php version="7.0"/>
- </requires>
- </phar>
|