rhymix / composer-stub
Composer Stub for Rhymix Third-Party Programs
dev-master
2024-08-21 01:16 UTC
Replaces
- bordoni/phpass: 0.3.6
- composer/ca-bundle: *
- coolsms/php-sdk: 2.*
- doctrine/lexer: 1.*
- egulias/email-validator: 3.2.*
- enshrined/svg-sanitize: 0.*
- ezyang/htmlpurifier: 4.16.*
- firebase/php-jwt: 6.4.0
- google/auth: 1.26.*
- guzzlehttp/guzzle: 7.8.*
- guzzlehttp/psr7: 2.6.*
- jbbcode/jbbcode: 1.4.*
- leafo/lessphp: dev-master
- league/html-to-markdown: 5.1.*
- matthiasmullie/minify: 1.3.*
- matthiasmullie/path-converter: 1.1.*
- michelf/php-markdown: 1.9.*
- michelf/php-smartypants: 1.8.*
- psr/cache: 1.0.1
- rmccue/requests: 1.8.*
- scssphp/scssphp: 1.12.*
- swiftmailer/swiftmailer: 6.3.0
- symfony/deprecation-contracts: 2.5.*
- true/punycode: 2.*
This package is auto-updated.
Last update: 2024-10-21 01:50:09 UTC
README
Start your module with the following composer.json
and add any other library you need.
Libraries included with Rhymix Core will be skipped
so that you can avoid duplicates and version conflicts.
{
"config": {
"optimize-autoloader": true,
"prepend-autoloader": false
},
"require": {
"rhymix/composer-stub": "dev-master"
}
}