fix(deps): update dependency easycorp/easyadmin-bundle to v4.10.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| easycorp/easyadmin-bundle | 4.2.1 -> 4.10.1 |
Release Notes
EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)
v4.10.1: 4.10.1
Bug fixes
[91b5b08] Fix search engine for PostgreSQL databases when querying numbers (@gregGit)
v4.10.0: 4.10.0
This release includes a security fix about a potential XSS issue in the detail page. Read the UPGRADE guide for more details:
https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/UPGRADE.md#easyadmin-4100
Bug fixes
[4b4103e] Change the default title of detail page to avoid XSS issues (@javiereguiluz)
v4.9.5: 4.9.5
New features
[b1e739e] Added support for translatable objects in Twig (@Geolim4)
[c25528c] Added block for meta tags in login minimal template (@dragosprotung)
Bug fixes
[8f20bcd] Fix Enum translation for grid in ChoiceField (@psihius)
[c1d37bd] Fix empty collection first item index (@zorn-v)
[1327179] Fix InvalidOptionsException when using ChoiceField with zero choices (@alshenetsky)
[5e1e6d0] Fix invalid DQL (@alshenetsky)
[24745c5] Fix warning in DateTimeFilterType (@alshenetsky)
[10b1f92] Fix login form bottom padding (@Seb33300)
[96404d8] Hide unnecessary vertical scrollbar (@Seb33300)
[5182566] Allow fields containing null-safe property paths (@alshenetsky)
[5523f61] If it's a JoinColumnMapping, use property access (@KDederichs)
v4.9.4: 4.9.4
Bug fixes
[984a990] Fix the conditional display of global actions (@a-r-m-i-n)
[92816bb] Fix the case when referrer in query string is present but empty (@oleg-andreyev)
[d83b976] Add extra check for empty referrer value in form theme twig template (@nzhiti)
[8664f03] Highlight search results only on searchable fields (@javiereguiluz)
[6f6b3fd] Fix inlined actions not clickable in responsive mode (@javiereguiluz)
[56c98f6] Fix some nested CSS styles (@javiereguiluz)
[271f2d3] Update French translation (@Geolim4)
v4.9.3: 4.9.3
New features
[45e8533] Add ability to clone fields (@psihius)
Bug fixes
[16f5df1] Fix incorrect display of HTML attributes on detail page (@Romaixn)
[e794e9b] Fix the JavaScript code of the light/dark mode selector (@javiereguiluz)
[4b6a90d] Fix ajax editing of fields with invalid permission (@danut007ro)
[e38f90d][ae1057d] Misc doc fixes (@JorickPepin, @alexandre-mace)
v4.9.2: 4.9.2
New features
[5498acc] Support translatable enum's, fix grid displaying single enum value twice, auto-detect enum based of Doctrine's enumType setting (@psihius)
[f3c9503] Remove Sass and use only CSS to build the assets of this bundle (@javiereguiluz)
Bug fixes
[cf7a189] Update NumericFilter.php for fix STORED_AS_CENTS if not stored as cents (@beregovoy)
v4.9.1: 4.9.1
Bug fixes
[b178a21] Add support for JoinColumnMapping (@fabpot)
[2450965] Reintroduce bootstrap !important to fix unexpected behavior of the UI (@astronati)
v4.9.0: 4.9.0
This version adds compatibility with Doctrine ORM 3.x 🎉 If you face any bug related to that, please report it. Thanks!
New features
[0b985d7] Allow to use Expression Language expressions to define security permissions (@a-r-m-i-n)
[1932ed3] Add Doctrine ORM 3.x compatibility (@javiereguiluz)
v4.8.13: 4.8.13
Bug fixes
[b84713f] Hide submenu without items (@zorn-v)
[66cdc15] Add full support for AssetMapper entries (@javiereguiluz)
[54a13f6] Don't translate form values that are already translated (@javiereguiluz)
[3abd8fc] Fix some design issues related to form tabs (@javiereguiluz)
v4.8.12: 4.8.12
New features
[69a5127] Allow setting sort field for *-to-one associations (@chapterjason)
[d6292e0] Allow to add AssetMapper entries in dashboards and CRUDs (@javiereguiluz)
Bug fixes
[5d80405] Fix the design of form collections (@javiereguiluz)
[b736249] Fix an issue related to the translation of country names (@javiereguiluz)
v4.8.11: 4.8.11
Admin URLs will no longer include the referrer parameter, so they will be much shorter. The referrer is now determined automatically based on the context information.
New features
[45dc47c] Remove referrer parameter from admin URLs (@javiereguiluz)
Bug fixes
[2b52979] Update Czech translation (@dfridrich)
[4a08089] Remove unnecessary true comparison on is_string() (@alexislefebvre)
[79d11dd] Fix failing sort test (@chapterjason)
[1ca8143] Fix filter on MoneyField to consider if values are stored as cents (@mhbailly)
v4.8.10: 4.8.10
New features
[4417489] Allow user to add custom HTML attributes to menu items (@KDederichs)
Bug fixes
[521d91f] Prevent code from throwing exception when parse_url() returns false (@nopenopenope)
[a7cb7ff] Hide paginator if not needed (@zorn-v)
[7e698c6] Improve the preview of code editor fields in index page (@andersonamuller)
[127436e] Fix XSS in the JavaScript code of autocomplete (@simoheinonen)
v4.8.9: 4.8.9
Bug fixes
[44b9953] Fix a variable in the form theme (@vlad-ghita)
[11e8cfe] Fix enum choices label override (@b1rdex)
[2e5bc78] Update Portuguese translation (@psihius)
[53ad149] Misc. doc fixes (@ThomasLandauer)
v4.8.8: 4.8.8
New features
[4371814] Provide DDEV dev environment (@a-r-m-i-n)
Bug fixes
[294c35d] Allow Symfony 7.1 tests to fail for now (@javiereguiluz)
[6df9c5f] Fix collection collapsing logic (@a-r-m-i-n)
[0b67d0d] Prevent Menu JavaScript logic from failing when structure is changed (@nopenopenope)
v4.8.7: 4.8.7
New features
[12dad02] Add helper methods for Translatable objects in filters (@Lustmored)
[6d4f88f] Remember last active tab (@javiereguiluz)
[a531172] Allow custom money divisor (@KDederichs)
[1931f7d] Allow to define HTML attributes in form tabs (@javiereguiluz)
Bug fixes
[eebb09c] Add null values on NOT IN mutiple ChoiceFilter (@Baptiste-Chabrol)
[ebb1eff] Fix menu item highlighting (@JorickPepin)
[7182c05] Remove !important from Bootstrap utility classes (@javiereguiluz)
[eaf06e4] Fix the rounded border of tables in responsive mode (@javiereguiluz)
[c01186d] Fix the selected background color of code editor in dark mode (@javiereguiluz)
[5fa1b0c] Fix cache warmer for empty controllers (@javiereguiluz)
[ad31e2c] Include layer after only if panel is collapsible (@Chrysweel)
[2650165][3f3d6fa] Add PHP 8.3 to the GitHub CI matrix (@shakaran)
[7600ba5] Remove the deprecated NumberFormatter::TYPE_CURRENCY constant (@javiereguiluz)
v4.8.6: 4.8.6
New features
[af34609] Introduced new ea.form.error JavaScript event (Sergii Dolgushev)
[92e5475] Make SecurityVoter implement supportsAttribute() to improve performance (@rneuter)
[ad607d7] Introduce MenuFactoryInterface to allow multi-level submenus (@IndyDevGuy)
[dc6395c] Add a new search mode to query all/any terms (@tasiot)
[80ef1a2] Tweak the style of the dark theme to make it look darker (@javiereguiluz)
Bug fixes
[ed2cbbc] Check if is stream wrapper in FileUploadType (Loïc)
[d66ff09] Fix country field flags in Safari browsers (@javiereguiluz)
[14d5d4c] Add missing label to arrayfield entry items (@mgrundkoetter)
[b49714a] Continue throwing same exception when edit entity (@abozhinov)
[7003ee7] Pass the original value to formatValue() method (@javiereguiluz)
[c3b68b0] Misc doc fixes (@jmeyo)
v4.8.5: 4.8.5
New features
[510945d] Update to Bootstrap 5.3 (@javiereguiluz)
Bug fixes
[015e5f8] Fix incorrect '' test in form theme causing regression (@wizhippo)
[ced0bfc] Fix a deprecation in IntlFormatter (@javiereguiluz)
[4537990] Fix the alignment of form fields in some cases (@javiereguiluz)
[a235a0a] Performance optimization in FieldCollection (@javiereguiluz)
v4.8.4: 4.8.4
New features
[15d96b6] Add Symfony 7 compatibility (@javiereguiluz)
[ce6f560] Show readonly code editor field on detail page (@Uplink03)
Bug fixes
[7b7c881] Fix no custom footer shown on CRUD detail page (@pfpro)
[bf76d49] Fix the creation of autocomplete widgets (@javiereguiluz)
[b5c9b7a] Fix wrong tabs layout on validation error after page reload (Julien Mariller)
[9064cc7] Fix finding selected enum value in choices (@klkvsk)
v4.8.3: 4.8.3
Bug fixes
[7fdd14d] Fixes and updates about field labels (@javiereguiluz)
[aafd9ad] Add more tests for form field help messages (@javiereguiluz)
[4cdbfd0] Add more tests about field labels and fix some issues about labels (@javiereguiluz)
v4.8.2: 4.8.2
Bug fixes
[925e2a0] Fix the rendering of HTML contents in translated help messages (@javiereguiluz)
[05fe53c] Fix some Symfony 6.4 deprecation (@javiereguiluz)
v4.8.1: 4.8.1
New features
[b704f5e] Add Interface for AdminUrlGenerator (@nopenopenope)
[fc28b85] Tweak the design of the detail page (@javiereguiluz)
Bug fixes
[fc1aaab] Use proper object element in batch action click listener (@teklakct)
[85619dc] Import fields used in the sample CRUD controller (@simoheinonen)
[159e3a9] Fix table header when entity permissions are applied (@Jaykju)
[02affe4] Add Bootstrap 5 row/col support for collection fields (@Anni-g)
[d90ce24] Make PaginatorFactory reference EntityPaginatorInterface (@va5ja)
[c30a8a0] Fix ChoiceField when entity is enumType and no choices were given (@Uplink03, Radu Cristescu)
[28dedab] Fix autocomplete widget creation (@ksn135)
[7237fcb] Fix XSS in autocomplete (@simoheinonen)
[3b7e8c4] Fix deprecations in configureOptions() and buildView() (@john-dufrene-dev)
[f9a73a7] Fix entity row selector (@yalit)
[e59d14c] Fix leftover in services where constructor doesn't regonise this parameter (@nvdbeek)
[33a94b7] Fix untranslateable Help texts in crud view (@nopenopenope)
v4.8.0: 4.8.0
This new version includes an important feature: form columns. Read the updated docs about form layouts to learn more about form tabs, columns, fieldsets and rows:
Also, this version implements a popular community request: the detail page now displays the exact same layout features as the new and edit pages.
New features
[a3f4e9a] Added a feature to include columns inside forms (@javiereguiluz)
[6b1722a] Rename "Form Panels" as "Form Fieldsets" (@javiereguiluz)
Bug fixes
[6410f44] Display nullable booleans as null values (@javiereguiluz)
[c99b67d] Add id attribute to batch form checkboxes (Pavol Tuka)
v4.7.7: 4.7.7
New features
[12cc0e9] Allow to hide fields dynamically from configurators (Alexandar Bozhinov)
Bug fixes
[de519a4] Disable the focus styles on disabled/readonly fields (@javiereguiluz)
[1969e20] Fix an issue that make some flash messages to not always be displayed (@nielsverwegen)
[850496e] Fix Trix editor config loading (@welcoMattic)
[0435cd8] Update Macedonian translation (@zmakrevski)
v4.7.6: 4.7.6
This release includes a bug fix for the most annoying pending bug of this project. Sometimes, some fields were wrongly marked as mandatory when they were optional.
Bug fixes
[08c0aa8] Fix nullable column detection (@Dallas62)
v4.7.5: 4.7.5
New features
[90e24f3] Add new options to configure the decimal and thousands separators (@javiereguiluz)
Bug fixes
[116d183] Improve the display of errors in complex collections (@javiereguiluz)
[ab104ad] Remove some unneeded query parameters in the search field (@javiereguiluz)
[68442ac] Apply default CSS classes to updated actions (@javiereguiluz)
v4.7.4: 4.7.4
This is a quick minor release to fix an annoying bug introduced in the previous release.
Bug fixes
[f45f13f] Fix the default CSS class applied to global actions (@javiereguiluz)
v4.7.3: 4.7.3
New features
[f8db6f6][a7d9709] Add an option to hide true/false values in boolean fields (@javiereguiluz)
[93cdb6c] Add an option to hide null values (@javiereguiluz)
[a31c822] Add a Macedonian (mk) translation (@zmakrevski)
Bug fixes
[5fca1aa] Fix ChoiceField with EnumType (Sergii Dolgushev)
[faa9a19] Minor fix in the command that generates CRUD controllers (@javiereguiluz)
[c728198] Fix the behavior of the Action::addCssClass() method (@javiereguiluz)
[c047f30] Fixed PHPStan analysis (Sergii Dolgushev)
[fcdd06c] Update Greek translation (@zmakrevski)
[718c46f] Update Arabic translation (@ahmedghanem00)
v4.7.2: 4.7.2
This is a quick release to fix a bug introduced accidentally in the change https://github.com/EasyCorp/EasyAdminBundle/commit/8e350822daa35ff4761e20e02cd0f126bf9b3ae5
Bug fixes
[475fc0d] Fix to-many sorting (@chapterjason)
[e258419] Add the country name as a title of the flag image in CountryField (@javiereguiluz)
[1aab174] Revert the check of the route name (@javiereguiluz)
v4.7.1: 4.7.1
New features
[5301e3f] Make *-To-Many relations sortable (@chapterjason)
[99cadf9][87cbad7] Add search for JSON properties (except in PostgreSQL databases) (@Nispeon)
[2e0dc0d] Allow using javascript as the language code name in CodeEditorField (@simoheinonen)
[6228bec][07a14e1] Optimize and simplify GitHub workflow for testing (@asispts, @OleksiiBulba)
Bug fixes
[ff0d9ff] Allow searching by associated fields with the same name (@Lustmored)
[8e35082] Fix priority of the routeName in getDashboardDto() (@inalbilal)
[8f25a8a] Improve the design of global form errors in dark mode (@javiereguiluz)
[0452dda] Fix duplicate CSS rule in theme variables (@FlorianLeChat)
[523151c] Remove doubled default in variables-bootstrap.scss (@mrtronje)
[66cf4b4] Fix disabled dropdown background color in dark mode (Pavol Tuka)
[73e20e1] Fix the color of submenu items in dark mode (@javiereguiluz)
[8968ad7] Allow to set entry_type for ArrayField (Pavol Tuka)
[30dd146, 5a60e3b] Misc. doc updates (@davidromani, @javiereguiluz)
v4.7.0: 4.7.0
New features
[2184de1] Implement an exact search feature (@javiereguiluz)
[2c62bfd] Made the Trix JavaScript editor a global variable to ease customization (@featuriz)
[efd99dc] Add some Twig block to ease the extending of the header contents (@javiereguiluz)
Bug fixes
[2093585] Re-apply selected filters on searches (@stealth-program)
[634886f] Fix compat for newer doctrine/lexer (@weaverryan)
[39cd94f] Fix a deprecation related to enum_exists() (@javiereguiluz)
[2c52fb8][f9a59ea] Fix PHPStan issues (@asispts)
[ad6328f] Use formattedValue on code editor detail to display JSON fields (@rogercbe)
[bf1b48f] Fix an issue related to reserved SQL words in ManytoOne relations (@gregomm)
[571f79b] Added a new translation to Armenian (@vaigtech)
[4ab950f] Misc. doc fixes (@vlad-ghita)
v4.6.6: 4.6.6
Bug fixes
[3af388b] Fix passing TranslatableInterface Choices to ChoiceField (@Amunak)
[ce6722a] Tweak some modal border colors in dark mode (@javiereguiluz)
[be6a5f8] Fix dynamic property deprecation notice (@asispts)
[ef7fed4] Fix incorrect HTTP status code for form validation errors (@asispts)
[8f1abc3] Misc. doc fixes (@flegars)
v4.6.5: 4.6.5
Bug fixes
[0517c3f] Fix Symfony 6.3 deprecations (@javiereguiluz)
[e45ae19] Fix Intl tests (@javiereguiluz)
v4.6.4: 4.6.4
Bug fixes
[70e4677] Fix property_name with CollectionField and Association in Entity (@john-dufrene-dev)
[360b3fd] Fix collection item insertion (@quentint)
v4.6.3: 4.6.3
[fdcdbb7] Fix the insertion of elements in empty collections (@javiereguiluz)
v4.6.2: 4.6.2
New features
[0a731ce] Introduce a new AbstractCrudTestCase to help you testing CRUD controllersdefinition to use in EasyAdmin Crud testing (@yalit)
[4b536d8] Lower the performance impact of EasyAdmin on non-admin requests (@tucksaun)
[bf9499d] Expose javascript App class as window object (@raress96)
[7784cdb] Add preload options to autoload TomSelect (@Lustmored)
Bug fixes
[c1139bb] Fix deprecations in Symfony\Component\Form\DataTransformerInterface (@john-dufrene-dev)
[1d0abe0] Fix the error page can't be rendered without the context (@simoheinonen)
[05e5043] Use a darker background color for readonly inputs in dark mode (@simoheinonen)
[312dae3] Update the EntityPaginator interface (@javiereguiluz)
[4422881] Prevent null error on getCustomOption() (@gbere)
[8b117bd] Fix hideWhenCreating() does not work with useEntryCrudForm() (@simoheinonen)
[8c23bd1] Fix nested prototype name in Collection Field (@ytilotti)
[911c462] Fix an issue wih route parameters callable in batch and global actions (@javiereguiluz)
[2cb5e2f] Fix new item insertion selector (@quentint)
[56f485b] Updated Ukrainian translation (@OleksiiBulba)
[4866d5e][7c78665] Misc. documentation fixes (@HoussemTN, @MaxiCom)
v4.6.1: 4.6.1
Bug fixes
[9aec13b] Fix styles of dropdowns (@MrAnyx)
[57d7f72] Fix showing error badge on tabs for HTML validation (@Lustmored)
[d941569] Apply "disabled" styles on disabled select items too (@lyrixx)
[eb84969] Simplify dropdown menu HTML and move styles from span elements to classes (@TmszLBmrv)
[12fb30d] Return void for reset() method in DataCollector (David Pelletier-Ulrich)
[5e2c374] Fix a double translation of tab labels in details view (@javiereguiluz)
v4.6.0: 4.6.0
New features
[6e85c0c] Allow selecting multiple values in Country field (@javiereguiluz)
Bug fixes
[519684d] Update Slovenian translations (@petk)
[7820945] Fix width and padding styles for file input (@Holicz)
[c39cdee] Init file upload field in collections (@Holicz)
[9a7a24b] Apply field-collection CSS to direct form-group label only (@haase-fabian)
[32209a4] Fixed CSS when an entity has too many action (@lyrixx)
[26142a0] Fix panels, rows and tabs when working with lazy ghost proxies (@Lustmored)
[237d474] Tweaked the design of dropdown menus (@javiereguiluz)
[8eab55c] Match navLinkTab by data-bs-target or href like Bootstrap does (@Sajito)
[8c2d8ee] Improve the menu item highlighting (@javiereguiluz)
[4c909c7] Fix js for 'between' filters (@b1rdex)
[937632f] Add return type in EventListener (@tourze)
v4.5.2: 4.5.2
New features
[2eaf3f1][934d5e6] Add support for PHP 8.1 enums for choice field (@cobyl)
Bug fixes
[57dc03a] Update Polish translation (@Lustmored)
[48f25d7] Use MenuItemMatcherInterface for service definition (@dragosprotung)
[48435e8] Hide add and delete buttons on disabled collections (@zenas1210)
[5540059] Do not execute browser-side-validation, if novalidate is set (@mkrauser)
[5bc4f45][cd46dbd] Prepare tests for the future update to PHPUnit 10 (@javiereguiluz)
[2c518d1][b6df8eb] Misc doc fixes and updates (@sad270, @antonyconstantin)
v4.5.1: 4.5.1
New features
[e8210bc] Allow to have empty page titles (@javiereguiluz)
Bug fixes
[31ab6bf] Fix deprecation message coming from AdminUrlGenerator (@jmsche)
[b01fd47] Replace annotations by attributes in test entities (@emmanuel-tilleuls)
[e7c5597] Add more functional tests (@javiereguiluz)
[c9dc4b3] Fix relative dashboard URL must reset query parameters (@kiler129)
[4db1860] Fix reflect only class variable (@jroszkiewicz)
[19bcc5a] Update Basque and Spanish translations (@aetxebeste)
[0babcbb] Misc. doc fixes (@kiler129)
v4.5.0: 4.5.0
An important change in this version is that we no longer use the menuIndex and submenuIndex query parameters to track which menu item should be highlighted. Now we find out the menu item to highlight based on the current request data.
New features
[5d40afe] Allow to use stream as upload dir for FileUploadType (@emmanuel-tilleuls)
[1f2cb5d] Highlight menu items automatically based on the Request data (@javiereguiluz)
Bug fixes
[ed4c998] Fix rendering filters on nested association fields (@ceponcet)
[3739633] Fix some issues related to style modifications in JavaScript (@moismailzai)
v4.4.5: 4.4.5
New features
[54f3fee] Allow to generate the slug using the value of multiple fields (@tugrul)
[7ecbc6b] Add some new methods to the paginator to get the result range numbers (@fedale)
Bug fixes
[cf6358b] Inject router service instead of router.default (@ericabouaf)
[fb99c8e] Fix issues of the PHPStan Level 5 (@javiereguiluz)
[0efcfc7] Remove inline styles for better compatibility with strict csp environment (@moismailzai)
[c614470] Fix the design of the clear button in autocomplete fields (@javiereguiluz)
[0f4c393] Fix an issue when using Symfony form data transformers (@javiereguiluz)
[b15bd9a] Fix the required attribute for associations (@javiereguiluz)
[13a025e] Update GitHub Actions config for Symfony 6.2 (@javiereguiluz)
[fe53fc0] Fix CRUD config phpdoc (@Lustmored)
[ad49820] Misc. doc fixes (@mkrauser)
v4.4.4: 4.4.4
Bug fixes
[68c85d2] Make FilterInterface extend Stringable, simplify Filters phpdoc (@mateusz-wu)
[cf38673] Fix BC break in AssociationField (@sad270)
[07b6bb8] Properly fix a deprecation message (@javiereguiluz)
[d3d5d91] Updated Arabic translation (@nalabdou)
v4.4.3: 4.4.3
New features
[c864e22] Added a renderAsEmbeddedForm() option to embed CRUD forms in to-one associations (@michaelKaefer)
[4d0bbbe] Start using PHPStan (@javiereguiluz)
[1549c16] Add body_attr Twig block lo allow customizing attributes of <body> (@ksn135)
Bug fixes
[85d0d02] Add compatibility with ValueResolverInterface from Symfony 6.2 (@javiereguiluz)
[cf9e010] Remove potential locale part of route name (@keichinger)
[7a29007] Fix Ulid/Guid property resolution when it's an association (@picur)
[6185335] Update Italian translations (@maper89)
[c36c067] Misc. doc fixes (@mvmaasakkers)
v4.4.2: 4.4.2
Bug fixes
[f15adc8] Update the profiler panel to be compatible with Symfony 6.2 (@javiereguiluz)
[2bb044c] Fix some search issue (@silasjoisten)
v4.4.1: 4.4.1
New features
[b3539c6] Added possibility to select multiple entities in the filter (@parijke)
Bug fixes
[29801f9] Fix BC break for fields with deep objects (@dragosprotung)
[7b7dfab] Fix search with custom Ulid & Uuid classes (@silasjoisten)
[de825c9] Update front-end deps and some design tweaks and fixes (@javiereguiluz)
[a687ffb] Remove a old deprecated method (@maxhelias)
[[ffd31d1](https://togithub.com/
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- laminas/laminas-code is locked to version 4.5.1 and an update of this package was not requested.
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
Problem 2
- phpspec/prophecy is locked to version v1.15.0 and an update of this package was not requested.
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
Problem 3
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
- friendsofphp/proxy-manager-lts v1.0.8 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.5.1].
- friendsofphp/proxy-manager-lts is locked to version v1.0.8 and an update of this package was not requested.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- laminas/laminas-code is locked to version 4.5.1 and an update of this package was not requested.
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.9) does not satisfy that requirement.
Problem 2
- phpspec/prophecy is locked to version v1.15.0 and an update of this package was not requested.
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.9) does not satisfy that requirement.
Problem 3
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.9) does not satisfy that requirement.
- friendsofphp/proxy-manager-lts v1.0.8 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.5.1].
- friendsofphp/proxy-manager-lts is locked to version v1.0.8 and an update of this package was not requested.