Skip to content

Commit 63d45cd

Browse files
committed
correct composer description
1 parent ff600ea commit 63d45cd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "radlinger/mealplan",
3-
"description": "Project for our WEBT Core 4 exercise with the topic MealPlan",
4-
"autoload": {
5-
"psr-4": {
6-
"Radlinger\\Mealplan\\": "src/"
7-
}
8-
},
9-
"require": {
10-
"php": "^8.2",
11-
"endroid/qr-code": "^6.0"
12-
},
13-
"require-dev": {
14-
"friendsofphp/php-cs-fixer": "^3.92"
2+
"name": "radlinger/mealplan",
3+
"description": "Project for our WEBT ADV 3 exercise with the topic MealPlan",
4+
"autoload": {
5+
"psr-4": {
6+
"Radlinger\\Mealplan\\": "src/"
157
}
8+
},
9+
"require": {
10+
"php": "^8.2",
11+
"endroid/qr-code": "^6.0"
12+
},
13+
"require-dev": {
14+
"friendsofphp/php-cs-fixer": "^3.92"
15+
}
1616
}

0 commit comments

Comments
 (0)