-
- Downloads
Issue #3452035 by dpi, acbramley: 
Drupal 11 compatibility

parent
f83d86bd
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 14 additions, 103 deletions.gitlab-ci.yml
- composer.json 1 addition, 1 deletioncomposer.json
- pinto.info.yml 1 addition, 1 deletionpinto.info.yml
- tests/modules/pinto_test/src/Pinto/Generic/Generic.php 55 additions, 0 deletionstests/modules/pinto_test/src/Pinto/Generic/Generic.php
- tests/modules/pinto_test/src/Pinto/Generic/Objects.php 1 addition, 1 deletiontests/modules/pinto_test/src/Pinto/Generic/Objects.php
- tests/modules/pinto_test/src/Pinto/Generic/TestObject.php 1 addition, 1 deletiontests/modules/pinto_test/src/Pinto/Generic/TestObject.php
- tests/modules/pinto_test_routes/src/Controller/ObjectTestController.php 2 additions, 2 deletions...pinto_test_routes/src/Controller/ObjectTestController.php
- tests/src/Functional/PintoTest.php 1 addition, 1 deletiontests/src/Functional/PintoTest.php
... | ... | @@ -4,7 +4,7 @@ |
"type": "drupal-module", | ||
"require": { | ||
"php": ">=8.2", | ||
"drupal/core": "^10.1", | ||
"drupal/core": "^10.2 || ^11", | ||
"dpi/pinto": "^0 || ^1", | ||
"thecodingmachine/safe": "^2.5" | ||
}, | ||
... | ... |
Please register or sign in to comment