Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jun 6, 2024
1 parent 2994bb3 commit a710f74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a710f74

Please sign in to comment.