diff --git a/LICENSE b/LICENSE index 66ab407..25dcd75 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Carsten Brandt +Copyright (c) 2019 Carsten Brandt and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 694f5a1..d03648e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Yii Framework Application Template for quickly building API-first applications. -Based on [yii2-openapi](https://github.com/cebe/yii2-openapi) (code generator) and [php-openapi](https://github.com/cebe/php-openapi) (specification reader and validator). +Based on [yii2-openapi](https://github.com/php-openapi/yii2-openapi) (code generator) and [php-openapi](https://github.com/php-openapi/php-openapi) (specification reader and validator). -[![Latest Stable Version](https://poser.pugx.org/cebe/yii2-app-api/v/stable)](https://packagist.org/packages/cebe/yii2-app-api) -[![Total Downloads](https://poser.pugx.org/cebe/yii2-app-api/downloads)](https://packagist.org/packages/cebe/yii2-app-api) -[![License](https://poser.pugx.org/cebe/yii2-app-api/license)](https://packagist.org/packages/cebe/yii2-app-api) +[![Latest Stable Version](https://poser.pugx.org/php-openapi/yii2-app-api/v/stable)](https://packagist.org/packages/php-openapi/yii2-app-api) +[![Total Downloads](https://poser.pugx.org/php-openapi/yii2-app-api/downloads)](https://packagist.org/packages/php-openapi/yii2-app-api) +[![License](https://poser.pugx.org/php-openapi/yii2-app-api/license)](https://packagist.org/packages/php-openapi/yii2-app-api) ## Demo @@ -46,7 +46,7 @@ There are two different ways: Having PHP and a database server installed on your machine, you can run the following commands: - composer create-project cebe/yii2-app-api my-api + composer create-project php-openapi/yii2-app-api my-api cd my-api cp env.php.dist env.php cp config/components-ENV.local.php config/components-dev.local.php @@ -65,7 +65,7 @@ You need [Docker](https://docs.docker.com/install/) and [Docker Compose](https:/ Create the repository: - composer create-project cebe/yii2-app-api my-api + composer create-project php-openapi/yii2-app-api my-api For the easiest way you need GNU make, then run: diff --git a/composer.json b/composer.json index 735bbdd..c57b21c 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { - "name": "cebe/yii2-app-api", + "name": "php-openapi/yii2-app-api", "description": "Yii Framework Application Template for quickly building API-first applications.", "type": "project", "license": "MIT", "require": { "php": ">=7.1.0", "yiisoft/yii2": "~2.0.16", - "cebe/php-openapi": "^1.1", - "cebe/yii2-openapi": "^2.0@beta", + "php-openapi/yii2-openapi": "^2.0@beta", "yiisoft/yii2-gii": "^2.1" }, "require-dev": { + "roave/security-advisories": "dev-latest", "codeception/codeception": "^4.2", "codeception/module-phpbrowser": "^1.0.0", "codeception/module-asserts": "^1.0.0",