Skip to content

Commit df31d2d

Browse files
committed
Start TDD and add token check
1 parent e647863 commit df31d2d

File tree

90 files changed

+19587
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+19587
-243
lines changed

composer.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "laminas/laminas-mvc-skeleton",
3-
"description": "Laminas MVC Skeleton Application",
2+
"name": "/fatorx/laminas-start",
3+
"description": "Laminas API Skeleton",
44
"type": "project",
55
"license": "BSD-3-Clause",
66
"keywords": [
77
"laminas",
8-
"mvc",
8+
"api",
99
"skeleton",
1010
"framework"
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.3",
1414
"composer/composer": "^1.9",
1515
"laminas/laminas-component-installer": "^1.0 || ^2.1",
1616
"laminas/laminas-development-mode": "^3.2",
@@ -19,7 +19,10 @@
1919
"doctrine/doctrine-orm-module": "^2.1",
2020
"firebase/php-jwt": "^5.0",
2121
"cocur/slugify": "^4.0",
22-
"laminas/laminas-test": "^3.4"
22+
"laminas/laminas-test": "^3.4",
23+
"monolog/monolog": "^2.0",
24+
"mockery/mockery": "^1.3",
25+
"guzzlehttp/guzzle": "^6.5"
2326
},
2427
"autoload": {
2528
"psr-4": {

0 commit comments

Comments
 (0)