bartlett/php-compatinfo 6.2.0 - 2022-02-06
Added
about
command to display current long version and more information about this package.APP_VENDOR_DIR
that identify vendor
directory (auto-detection)APP_DATABASE_URL
contains full path without placeholders for SQLite driver.APP_CACHE_DIR
identifies directory where you may find the SQLite database version (compatinfo-db.sqlite
).APP_HOME_DIR
identifies user home directory (whatever platform).db:create
(from CompatInfoDB)Changed
--version
display now only long version without application description.db:*
commands (excluding db:create
) or analyser:run
.Fixed
AttributeSniff
raise php.min
too muchbartlett/php-compatinfo 6.1.2 - 2022-01-28
Changed
bartlett/php-compatinfo-db
constraint to fix conflict with future versions 3.19 or greaterbartlett/php-compatinfo-db 4.0.0 - 2022-02-04
Added
about
command to display current long version and more information about this package.APP_DATABASE_URL
contains full path without placeholders for SQLite driver.APP_CACHE_DIR
identifies directory where you may find the SQLite database (compatinfo-db.sqlite
) by default.APP_HOME_DIR
identifies user home directory (whatever platform).Changed
--version
display now only long version without application description.db:*
command (excluding db:create
and db:init
) is run.db:init
command use internally a command bus rather than a query bus (follow concept of CQRS architecture)db:init
command add only instance from DistributionRepositorydb:create
command separate presentation and handler as other db commands (follow concept of CQRS architecture)db:create
command (only handle schema creation). Use db:init
command to load database contentsdb:list
command (always returns a platform and never create one on fly as previously in v3.x)Removed
Checker
service that was previously used to display diagnose
command results (breaking layers architecture), replaced by PrintDiagnose
trait.PlatformRepository
now database does not contains anymore instance of current PHP Interpreter--all
option of db:list
command (becomes the default behaviour)Fixed
db:list
failsdb:create
fails when database exists (thanks to @remicollet for reporting)manifest
on PHAR distribution. Lear morebartlett/php-compatinfo-db 3.18.0 - 2022-01-22
Added
APP_VENDOR_DIR
that identify vendor
directory (auto-detection)bin/compatinfo-db
is made available into the bin-dir
(from composer config)db:create
to setup database and load its contents (replaces composer script initialization and db:init
command)Changed
data
references to be able to create external databaseRemoved
symfony/phpunit-bridge
dependency (only used by doctor --with-tests
command)composer/semver
v1 and v2xmlrpc
extension (PHP 8.0 or greater)Fixed
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-bd085cbe2e
Please login to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'ignored'.
This update has obsoleted php-bartlett-PHP-CompatInfo-6.1.2-1.fc35, and has inherited its bugs and notes.
remi edited this update.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.