xoops / base-requires
Primary dependencies for XOOPS/XoopsCore
Installs: 3 750
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 5
Open Issues: 1
Type:project
Requires
- php: >7.1
- ext-json: *
- ext-pcre: *
- ext-pdo: *
- ext-session: *
- dflydev/apache-mime-types: 1.0.*
- doctrine/dbal: 2.9.*
- embed/embed: ^3.0.0
- endroid/qr-code: ^3.5.0
- ezyang/htmlpurifier: ^4.8.0
- firebase/php-jwt: ^5.0.0
- geekwright/assetic-fork: ^2.0
- geekwright/po: ^2.0
- geekwright/regdom: ^1.0
- kint-php/kint: ^3.0
- leafo/scssphp: 0.7.*
- league/container: ~2.0
- lmammino/jsmin4assetic: 1.0.*
- maximebf/debugbar: ^1.11
- moneyphp/money: ^3.0
- monolog/monolog: ^1.20.0
- natxet/cssmin: 3.0.*
- oyejorge/less.php: 1.7.0.14
- patchwork/jsqueeze: ~2.0.5
- patchwork/utf8: ^1.3
- phpmailer/phpmailer: ^6.0
- psr/log: 1.1.*
- ptachoire/cssembed: 1.0.*
- punic/punic: ^3
- smarty/smarty: ^3.1
- stefangabos/zebra_image: ^2.2
- symfony/console: ^4.2
- symfony/yaml: ^4.2
- tecnickcom/tcpdf: 6.2.*
- tedivm/stash: ^0.15
- webmozart/assert: ^1.2
- dev-master
- v0.4.1
- v0.4.0
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.14
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2024-10-27 05:09:43 UTC
README
This package separates the requirements of XOOPS/XoopsCore from other requirements that may be added to the main composer.json, such as modules.
To update just the packages in base-requires use:
composer update xoops/base-requires --with-dependencies
To check for, but not install updates:
composer update xoops/base-requires --dry-run --with-dependencies