We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4efada commit 742adc8Copy full SHA for 742adc8
1 file changed
composer.json
@@ -68,6 +68,7 @@
68
"laminas/laminas-server": "*",
69
"laminas/laminas-diagnostics": "*",
70
"laminas/laminas-uri": "*",
71
+ "laminas/laminas-escaper": "*",
72
"lm-commons/lmc-cors": "*",
73
"firebase/php-jwt": "*",
74
"phpmailer/phpmailer": "*",
@@ -90,7 +91,7 @@
90
91
},
92
"autoload": {
93
"psr-4": {
- "User\\": "vendor/pi/user/src/"
94
+ "Pi\\User\\": "vendor/pi/user/src/"
95
}
96
97
"scripts": {
0 commit comments