We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbc106 commit 5ce4ef0Copy full SHA for 5ce4ef0
composer.json
@@ -1,10 +1,20 @@
1
{
2
+ "name": "php-bug-catcher/skeleton",
3
"type": "project",
- "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
+ ],
14
"minimum-stability": "stable",
15
"prefer-stable": true,
16
"require": {
- "php": ">=8.2",
17
+ "php": ">=8.3",
18
"ext-ctype": "*",
19
"ext-iconv": "*",
20
"doctrine/dbal": "^3",
0 commit comments