|
69 | 69 | "ergebnis/composer-normalize": "^2.42", |
70 | 70 | "kint-php/kint": "^5.0", |
71 | 71 | "mglaman/phpstan-drupal": "^1.2", |
72 | | - "os2loop/os2loop_fixtures": "dev-main", |
| 72 | + "os2loop/os2loop_fixtures": "^1.0", |
73 | 73 | "phpspec/prophecy-phpunit": "^2.0", |
74 | 74 | "phpstan/extension-installer": "^1.3", |
75 | 75 | "phpstan/phpstan-deprecation-rules": "^1.1", |
|
103 | 103 | }, |
104 | 104 | "os2loop/os2loop_fixtures": { |
105 | 105 | "type": "path", |
106 | | - "url": "web/profiles/custom/os2loop/modules/os2loop_fixtures" |
| 106 | + "url": "web/profiles/custom/os2loop/modules/os2loop_fixtures", |
| 107 | + "options": { |
| 108 | + "symlink": false, |
| 109 | + "versions": { |
| 110 | + "os2loop/os2loop_fixtures": "1.0-dev" |
| 111 | + } |
| 112 | + } |
107 | 113 | }, |
108 | 114 | "drupal/views_flag_refresh": { |
109 | 115 | "type": "package", |
|
131 | 137 | "drupal/core-project-message": true, |
132 | 138 | "ergebnis/composer-normalize": true, |
133 | 139 | "php-http/discovery": true, |
134 | | - "phpstan/extension-installer": true |
| 140 | + "phpstan/extension-installer": true, |
| 141 | + "tbachert/spi": true |
135 | 142 | }, |
136 | 143 | "process-timeout": 0, |
137 | 144 | "sort-packages": true |
|
205 | 212 | "Handle undefined index when using form states (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2020-03-11/2700667-104.patch" |
206 | 213 | }, |
207 | 214 | "drupal/devel": { |
208 | | - "Public methods are not visible in kint (https://www.drupal.org/project/devel/issues/3112201)": "https://www.drupal.org/files/issues/2022-04-26/devel_3112201_4.patch" |
| 215 | + "Public methods are not visible in kint (https://gitlab.com/drupalspoons/devel/-/issues/221 via https://www.drupal.org/project/devel/issues/3112201)": "https://gitlab.com/-/project/18040690/uploads/7897853cd83cb829ae8d752657e2f497/kint.221-5-3.patch" |
209 | 216 | }, |
210 | 217 | "drupal/entity_print": { |
211 | 218 | "Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch", |
|
0 commit comments