Initial Drupal 11 with DDEV setup
This commit is contained in:
31
vendor/phootwork/lang/composer.json
vendored
Normal file
31
vendor/phootwork/lang/composer.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name" : "phootwork/lang",
|
||||
"type" : "library",
|
||||
"description" : "Missing PHP language constructs",
|
||||
"authors" : [{
|
||||
"name" : "Thomas Gossmann",
|
||||
"homepage" : "http://gos.si"
|
||||
}
|
||||
],
|
||||
"license" : "MIT",
|
||||
"keywords" : [
|
||||
"array",
|
||||
"string",
|
||||
"comparison",
|
||||
"comparator"
|
||||
],
|
||||
"support" : {
|
||||
"issues" : "https://github.com/phootwork/phootwork/issues"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"phootwork\\lang\\" : ""
|
||||
}
|
||||
},
|
||||
"require" : {
|
||||
"php" : ">=8.0",
|
||||
"symfony/polyfill-mbstring" : "^1.12",
|
||||
"symfony/polyfill-php81": "^1.22"
|
||||
},
|
||||
"homepage" : "https://phootwork.github.io/lang/"
|
||||
}
|
||||
Reference in New Issue
Block a user