Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
voltan committed Nov 16, 2024
1 parent f4efada commit 742adc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"laminas/laminas-server": "*",
"laminas/laminas-diagnostics": "*",
"laminas/laminas-uri": "*",
"laminas/laminas-escaper": "*",
"lm-commons/lmc-cors": "*",
"firebase/php-jwt": "*",
"phpmailer/phpmailer": "*",
Expand All @@ -90,7 +91,7 @@
},
"autoload": {
"psr-4": {
"User\\": "vendor/pi/user/src/"
"Pi\\User\\": "vendor/pi/user/src/"
}
},
"scripts": {
Expand Down

0 comments on commit 742adc8

Please sign in to comment.