Skip to content

Commit adc2b31

Browse files
committed
Install vlucas/valitron" and just-http-status-codes
1 parent c3e2342 commit adc2b31

File tree

2 files changed

+179
-164
lines changed

2 files changed

+179
-164
lines changed

composer.json

Lines changed: 61 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,66 @@
11
{
2-
"name": "slim/slim-skeleton",
3-
"description": "A Slim Framework skeleton application for rapid development",
4-
"keywords": [
5-
"microframework",
6-
"rest",
7-
"router",
8-
"psr7"
9-
],
10-
"homepage": "http://github.com/slimphp/Slim-Skeleton",
11-
"license": "MIT",
12-
"authors": [
13-
{
14-
"name": "Josh Lockhart",
15-
"email": "info@joshlockhart.com",
16-
"homepage": "http://www.joshlockhart.com/"
17-
},
18-
{
19-
"name": "Pierre Berube",
20-
"email": "pierre@lgse.com",
21-
"homepage": "http://www.lgse.com/"
22-
},
23-
{
24-
"name": "Pierre-Henry Soria",
25-
"email": "hi@ph7.me",
26-
"homepage": "https://ph7.me",
27-
"role": "Reuse the main project for building a web app faster"
28-
}
29-
],
30-
"require": {
31-
"php": "^7.2 || ^8.0",
32-
"ext-json": "*",
33-
"illuminate/database": "^8.61",
34-
"monolog/monolog": "^2.2",
35-
"php-di/php-di": "^6.3",
36-
"slim/psr7": "^1.3",
37-
"slim/slim": "^4.7",
38-
"vlucas/phpdotenv": "^5.3"
2+
"name": "slim/slim-skeleton",
3+
"description": "A Slim Framework skeleton application for rapid development",
4+
"keywords": [
5+
"microframework",
6+
"rest",
7+
"router",
8+
"psr7"
9+
],
10+
"homepage": "http://github.com/slimphp/Slim-Skeleton",
11+
"license": "MIT",
12+
"authors": [
13+
{
14+
"name": "Josh Lockhart",
15+
"email": "info@joshlockhart.com",
16+
"homepage": "http://www.joshlockhart.com/"
3917
},
40-
"require-dev": {
41-
"jangregor/phpstan-prophecy": "^0.8.1",
42-
"phpstan/extension-installer": "^1.1.0",
43-
"phpstan/phpstan": "^0.12.80",
44-
"phpunit/phpunit": "^8.0 || ^9.0"
18+
{
19+
"name": "Pierre Berube",
20+
"email": "pierre@lgse.com",
21+
"homepage": "http://www.lgse.com/"
4522
},
46-
"config": {
47-
"process-timeout": 0,
48-
"sort-packages": true
49-
},
50-
"autoload": {
51-
"psr-4": {
52-
"App\\": "src/"
53-
}
54-
},
55-
"autoload-dev": {
56-
"psr-4": {
57-
"App\\Test\\": "tests/"
58-
}
59-
},
60-
"scripts": {
61-
"start": "php -S localhost:8080 -t public",
62-
"test": "phpunit"
23+
{
24+
"name": "Pierre-Henry Soria",
25+
"email": "hi@ph7.me",
26+
"homepage": "https://ph7.me",
27+
"role": "Reuse the main project for building a web app faster"
28+
}
29+
],
30+
"require": {
31+
"php": "^7.2 || ^8.0",
32+
"ext-json": "*",
33+
"illuminate/database": "^8.61",
34+
"monolog/monolog": "^2.2",
35+
"ph-7/just-http-status-codes": "^1.0",
36+
"php-di/php-di": "^6.3",
37+
"slim/psr7": "^1.3",
38+
"slim/slim": "^4.7",
39+
"vlucas/phpdotenv": "^5.3",
40+
"vlucas/valitron": "^1.4"
41+
},
42+
"require-dev": {
43+
"jangregor/phpstan-prophecy": "^0.8.1",
44+
"phpstan/extension-installer": "^1.1.0",
45+
"phpstan/phpstan": "^0.12.80",
46+
"phpunit/phpunit": "^8.0 || ^9.0"
47+
},
48+
"config": {
49+
"process-timeout": 0,
50+
"sort-packages": true
51+
},
52+
"autoload": {
53+
"psr-4": {
54+
"App\\": "src/"
55+
}
56+
},
57+
"autoload-dev": {
58+
"psr-4": {
59+
"App\\Test\\": "tests/"
6360
}
61+
},
62+
"scripts": {
63+
"start": "php -S localhost:8080 -t public",
64+
"test": "phpunit"
65+
}
6466
}

composer.lock

Lines changed: 118 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)