|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
- "name": "apewave/raktest1",
|
|
|
- "description": "A test of Bolt Extensions",
|
|
|
+ "name": "ginger/squarepay",
|
|
|
+ "description": "Square Payments Bolt Extension",
|
|
|
"type": "bolt-extension",
|
|
|
"keywords": [
|
|
|
"test"
|
|
@@ -22,17 +22,17 @@
|
|
|
"prefer-stable": true,
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "Bolt\\Extension\\Apewave\\RakTest1\\": "src"
|
|
|
+ "Bolt\\Extension\\Ginger\\Squarepay\\": "src"
|
|
|
}
|
|
|
},
|
|
|
"autoload-dev": {
|
|
|
"psr-4": {
|
|
|
- "Bolt\\Extension\\Apewave\\RakTest1\\Tests\\": "tests",
|
|
|
+ "Bolt\\Extension\\Ginger\\Squarepay\\Tests\\": "tests",
|
|
|
"Bolt\\Tests\\": "vendor/bolt/bolt/tests/phpunit/unit/"
|
|
|
}
|
|
|
},
|
|
|
"extra": {
|
|
|
"bolt-assets": "web",
|
|
|
- "bolt-class": "Bolt\\Extension\\Apewave\\RakTest1\\RakTest1Extension"
|
|
|
+ "bolt-class": "Bolt\\Extension\\Ginger\\Squarepay\\SquarepayExtension"
|
|
|
}
|
|
|
}
|