Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit aafe151

Browse files
committed
fix require and license in composer-json
1 parent 8955f43 commit aafe151

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/.phpunit.result.cache
44
/temp/*
55
/storage/*
6-
/ui
6+
composer.lock

composer.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"name": "markus621/deweppro-id",
3-
"description": "Platform about eating.",
2+
"name": "deweppro/framework-api-skeleton",
3+
"description": "framework api skeleton",
44
"keywords": [],
5-
"license": "proprietary",
5+
"license": "MIT",
66
"type": "project",
7-
"minimum-stability": "dev",
7+
"minimum-stability": "stable",
88
"prefer-stable": true,
99
"require": {
1010
"php": "^7.2",
1111
"ext-PDO": "*",
1212
"ext-curl": "*",
1313
"ext-dom": "*",
14-
"ext-igbinary": "*",
1514
"ext-intl": "*",
1615
"ext-json": "*",
1716
"ext-mbstring": "*",
@@ -24,12 +23,6 @@
2423
"phpunit/phpunit": "^7.5",
2524
"phpstan/phpstan": "^0.10"
2625
},
27-
"repositories": [
28-
{
29-
"type": "git",
30-
"url": "https://github.com/deweppro/framework.git"
31-
}
32-
],
3326
"autoload": {
3427
"psr-4": {
3528
"App\\": "app/"

0 commit comments

Comments
 (0)