Skip to content

Commit

Permalink
composer.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GokhanKR committed Jul 1, 2024
1 parent 722387e commit a74067e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ultrapi/restful-api",
"description": "High-Performance API Built with PHP",
"version": "1.0.3",
"extra": {
"name": "Ultra Fast API - PHP based RESTful API"
"name": "Ultra Fast API - PHP based RESTful API",
"version": "1.0.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

return [
'API_NAME' => $composerData['extra']['name'],
'API_VERSION' => $composerData['version'] ?? null,
'API_VERSION' => $composerData['extra']['version'] ?? null,
];

0 comments on commit a74067e

Please sign in to comment.