@stellarwp/tyson
Version:
Create and manage custom configurations to build projects with @wordpress/scripts.
25 lines (24 loc) • 432 B
JSON
{
"name": "the-events-calendar/source-updater",
"autoload": {
"psr-4": {
"TEC\\Source_Updater\\": "src/"
}
},
"authors": [
{
"name": "The Events Calendar Team",
"email": "info@theeventscalendar.com"
}
],
"require": {
"rector/rector": "^2.0",
"php-stubs/wordpress-stubs": "^6.7",
"nikic/php-parser": "^5.3"
},
"config": {
"platform": {
"php": "7.4"
}
}
}