Skip to content

Commit 566390e

Browse files
committed
Update description in composer.json
1 parent e517176 commit 566390e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "s-damian/damian-php",
33
"type": "project",
4-
"description": "The Damian PHP Framework.",
4+
"description": "The skeleton application for the Damian PHP Framework.",
55
"keywords": ["framework", "damian-php", "DamianPhp"],
66
"license": "MIT",
77
"authors": [

public/index.php

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
|--------------------------------------------------------------------------
57
| Entry point.

0 commit comments

Comments
 (0)