OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
composer
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
00-intro.md.gz
2.29 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
01-basic-usage.md.gz
4.44 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
02-libraries.md.gz
2.26 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
03-cli.md.gz
10.56 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
04-schema.md.gz
9.24 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
05-repositories.md.gz
8.04 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
06-config.md.gz
3.74 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
07-community.md
1.29 KB
01/31/2018 03:28:18 PM
rw-r--r--
📄
README.md
2.63 KB
01/31/2018 03:28:18 PM
rw-r--r--
📁
articles
-
07/20/2024 06:32:22 AM
rwxr-xr-x
📄
changelog.Debian.gz
834 bytes
02/28/2018 03:40:39 AM
rw-r--r--
📄
copyright
2.85 KB
11/28/2017 11:02:17 AM
rw-r--r--
📁
dev
-
07/20/2024 06:32:22 AM
rwxr-xr-x
📁
faqs
-
07/20/2024 06:32:22 AM
rwxr-xr-x
📁
fixtures
-
07/20/2024 06:32:22 AM
rwxr-xr-x
Editing: README.md
Close
Composer - Dependency Management for PHP ======================================== Composer helps you declare, manage, and install dependencies of PHP projects. See [https://getcomposer.org/](https://getcomposer.org/) for more information and documentation. [](https://travis-ci.org/composer/composer) [](https://www.versioneye.com/php/composer:composer/dev-master) [](https://www.versioneye.com/php/composer:composer/references) Installation / Usage -------------------- Download and install Composer by following the [official instructions](https://getcomposer.org/download/). For usage, see [the documentation](https://getcomposer.org/doc/). Packages -------- Find packages on [Packagist](https://packagist.org). Community --------- IRC channels are on irc.freenode.org: [#composer](irc://irc.freenode.org/composer) for users and [#composer-dev](irc://irc.freenode.org/composer-dev) for development. For support, Stack Overflow also offers a good collection of [Composer related questions](https://stackoverflow.com/questions/tagged/composer-php). Please note that this project is released with a [Contributor Code of Conduct](http://contributor-covenant.org/version/1/4/). By participating in this project and its community you agree to abide by those terms. Requirements ------------ PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs) Authors ------- - Nils Adermann | [GitHub](https://github.com/naderman) | [Twitter](https://twitter.com/naderman) | <naderman@naderman.de> | [naderman.de](http://naderman.de) - Jordi Boggiano | [GitHub](https://github.com/Seldaek) | [Twitter](https://twitter.com/seldaek) | <j.boggiano@seld.be> | [seld.be](http://seld.be) See also the list of [contributors](https://github.com/composer/composer/contributors) who participated in this project. Security Reports ---------------- Please send any sensitive issue to [security@packagist.org](mailto:security@packagist.org). Thanks! License ------- Composer is licensed under the MIT License - see the [LICENSE](LICENSE) file for details Acknowledgments --------------- - This project's Solver started out as a PHP port of openSUSE's [Libzypp satsolver](https://en.opensuse.org/openSUSE:Libzypp_satsolver). - This project uses hiddeninput.exe to prompt for passwords on windows, sources and details can be found on the [github page of the project](https://github.com/Seldaek/hidden-input).