Skip to content

Commit a710f74

Browse files
committed
rename package
1 parent 2994bb3 commit a710f74

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Carsten Brandt
3+
Copyright (c) 2019 Carsten Brandt and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
55
Yii Framework Application Template for quickly building API-first applications.
66

7-
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).
7+
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).
88

9-
[![Latest Stable Version](https://poser.pugx.org/cebe/yii2-app-api/v/stable)](https://packagist.org/packages/cebe/yii2-app-api)
10-
[![Total Downloads](https://poser.pugx.org/cebe/yii2-app-api/downloads)](https://packagist.org/packages/cebe/yii2-app-api)
11-
[![License](https://poser.pugx.org/cebe/yii2-app-api/license)](https://packagist.org/packages/cebe/yii2-app-api)
9+
[![Latest Stable Version](https://poser.pugx.org/php-openapi/yii2-app-api/v/stable)](https://packagist.org/packages/php-openapi/yii2-app-api)
10+
[![Total Downloads](https://poser.pugx.org/php-openapi/yii2-app-api/downloads)](https://packagist.org/packages/php-openapi/yii2-app-api)
11+
[![License](https://poser.pugx.org/php-openapi/yii2-app-api/license)](https://packagist.org/packages/php-openapi/yii2-app-api)
1212

1313

1414
## Demo
@@ -46,7 +46,7 @@ There are two different ways:
4646

4747
Having PHP and a database server installed on your machine, you can run the following commands:
4848

49-
composer create-project cebe/yii2-app-api my-api
49+
composer create-project php-openapi/yii2-app-api my-api
5050
cd my-api
5151
cp env.php.dist env.php
5252
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:/
6565

6666
Create the repository:
6767

68-
composer create-project cebe/yii2-app-api my-api
68+
composer create-project php-openapi/yii2-app-api my-api
6969

7070
For the easiest way you need GNU make, then run:
7171

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "cebe/yii2-app-api",
2+
"name": "php-openapi/yii2-app-api",
33
"description": "Yii Framework Application Template for quickly building API-first applications.",
44
"type": "project",
55
"license": "MIT",
66
"require": {
77
"php": ">=7.1.0",
88
"yiisoft/yii2": "~2.0.16",
9-
"cebe/php-openapi": "^1.1",
10-
"cebe/yii2-openapi": "^2.0@beta",
9+
"php-openapi/yii2-openapi": "^2.0@beta",
1110
"yiisoft/yii2-gii": "^2.1"
1211
},
1312
"require-dev": {
13+
"roave/security-advisories": "dev-latest",
1414
"codeception/codeception": "^4.2",
1515
"codeception/module-phpbrowser": "^1.0.0",
1616
"codeception/module-asserts": "^1.0.0",

0 commit comments

Comments
 (0)