-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
🐛 tag: bugThis is a bug.This is a bug.
Description
Sometimes, when running composer update, I get the following: (text for searching below)
It usually goes away the first time I re-run composer update
$ php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "^5.1"
Prefetching 16 packages 🎶 💨
- Downloading (100%)
Package operations: 0 installs, 16 updates, 0 removals
- Updating composer/package-versions-deprecated (1.10.99 => 1.10.99.1): Loading from cache
- Updating composer/ca-bundle (1.2.7 => 1.2.8): Loading from cache
- Updating tightenco/collect (v7.19.1 => v7.25.0): Loading from cache
- Updating nikic/php-parser (v4.8.0 => v4.9.0): Loading from cache
- Updating doctrine/annotations (1.10.3 => 1.10.4): Loading from cache
- Updating league/flysystem (1.1.0 => 1.1.3): Loading from cache
- Updating knplabs/knp-menu (v3.1.1 => v3.1.2): Loading from cache
- Updating symplify/package-builder (v8.2.1 => v8.2.11): Loading from cache
- Updating ramsey/collection (1.0.1 => 1.1.0): Loading from cache
- Updating brick/math (0.8.15 => 0.9.1): Loading from cache
- Updating ramsey/uuid (4.1.0 => 4.1.1): Loading from cache
- Updating seld/jsonlint (1.8.0 => 1.8.1): Loading from cache
- Updating composer/xdebug-handler (1.4.2 => 1.4.3): Loading from cache
- Updating bolt/core (4.0.0-rc.34 => 4.0.0-rc.35): Loading from cache
- Updating bolt/assets (4.0.0-rc.34 => 4.0.0-rc.36): Loading from cache
- Updating bobdenotter/configuration-notices (1.1.1 => 1.1.2): Loading from cache
Package zendframework/zendxml is abandoned, you should avoid using it. Use laminas/laminas-xml instead.
Writing lock file
Generating autoload files
drupol/composer-packages: Regenerating classes...
drupol/composer-packages: Done.
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
95 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
What about running composer global require symfony/thanks && composer thanks now?
This will spread some 💖 by sending a ★ to the GitHub repositories of your fellow package maintainers.
> php bin/console extensions:configure
15:44:50 ERROR [console] Error thrown while running command "extensions:configure". Message: "Property Bolt\Entity\Relation::$name does not exist" ["exception" => ReflectionException { …},"command" => "extensions:configure","message" => "Property Bolt\Entity\Relation::$name does not exist"]
In RuntimeReflectionService.php line 75:
Property Bolt\Entity\Relation::$name does not exist
extensions:configure [--with-config] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
Script php bin/console extensions:configure handling the post-update-cmd event returned with error code 1
Metadata
Metadata
Assignees
Labels
🐛 tag: bugThis is a bug.This is a bug.
