We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff600ea commit 63d45cdCopy full SHA for 63d45cd
composer.json
@@ -1,16 +1,16 @@
1
{
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"
+ "name": "radlinger/mealplan",
+ "description": "Project for our WEBT ADV 3 exercise with the topic MealPlan",
+ "autoload": {
+ "psr-4": {
+ "Radlinger\\Mealplan\\": "src/"
15
}
+ },
+ "require": {
+ "php": "^8.2",
+ "endroid/qr-code": "^6.0"
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.92"
+ }
16
0 commit comments