Skip to content

Commit 5ce4ef0

Browse files
committed
composer.json
1 parent 8fbc106 commit 5ce4ef0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
2+
"name": "php-bug-catcher/skeleton",
23
"type": "project",
3-
"license": "proprietary",
4+
"license": "MIT",
5+
"description": "Project template for starting your new project based on the Bug Catcher",
6+
"homepage": "https://github.com/php-bug-catcher/bug-catcher",
7+
"keywords": [
8+
"symfony",
9+
"bug-catcher",
10+
"logview",
11+
"web-application",
12+
"project-template"
13+
],
414
"minimum-stability": "stable",
515
"prefer-stable": true,
616
"require": {
7-
"php": ">=8.2",
17+
"php": ">=8.3",
818
"ext-ctype": "*",
919
"ext-iconv": "*",
1020
"doctrine/dbal": "^3",

0 commit comments

Comments
 (0)