Compare commits

..

2 Commits
v0.1 ... master

Author SHA1 Message Date
2c72c735ca composer type fix 2023-06-08 01:10:09 +03:00
a42e392bf4 fix readme 2023-06-08 00:55:54 +03:00
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@
**<a href='https://www.npmjs.com/package/cg-select'>Пакет на npmjs</a>**
Установка:
```
composer require itguild/php-cg-select
```
Для запуска примера:<br>
```
php -S localhost:8088 -t=examples

View File

@ -1,7 +1,7 @@
{
"name": "itguild/php-cg-select",
"description": "Wrapper for CG-Select",
"type": "composer-plugin",
"type": "library",
"license": "ISC",
"autoload": {
"psr-4": {