Files
2026-05-12 12:58:03 +03:00

39 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/standard/pisi-spec.dtd">
<PISI>
<Source>
<Name>composer</Name>
<Homepage>https://getcomposer.org</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app:console</IsA>
<Summary>PHP için bağımlılık yönetim aracı</Summary>
<Description>Composer, PHP projelerinizdeki kütüphaneleri ve bağımlılıkları yönetmenizi sağlayan bir araçtır.</Description>
<Archive sha1sum="8957110cb5a83236348a85eb81cc5a23919ddc4f" type="binary">
https://getcomposer.org/download/2.9.7/composer.phar
</Archive>
</Source>
<Package>
<Name>composer</Name>
<RuntimeDependencies>
<Dependency>php8-common</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/composer</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-05-12</Date>
<Version>2.9.7</Version>
<Comment>İlk sürüm.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>