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

Commit

Permalink
Merge pull request #1 from deweppro/fix/composer-json
Browse files Browse the repository at this point in the history
fix require and license in composer-json
  • Loading branch information
markus621 authored Dec 2, 2019
2 parents 8955f43 + aafe151 commit 9e3ad86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/.phpunit.result.cache
/temp/*
/storage/*
/ui
composer.lock
15 changes: 4 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "markus621/deweppro-id",
"description": "Platform about eating.",
"name": "deweppro/framework-api-skeleton",
"description": "framework api skeleton",
"keywords": [],
"license": "proprietary",
"license": "MIT",
"type": "project",
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^7.2",
"ext-PDO": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-igbinary": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand All @@ -24,12 +23,6 @@
"phpunit/phpunit": "^7.5",
"phpstan/phpstan": "^0.10"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/deweppro/framework.git"
}
],
"autoload": {
"psr-4": {
"App\\": "app/"
Expand Down

0 comments on commit 9e3ad86

Please sign in to comment.