123456789101112131415161718192021222324 |
- {
- "name": "fuukei/sakurairo",
- "description": "About",
- "type": "project",
- "license": "GPL-2.0",
- "authors": [
- {
- "name": "Fuukei",
- "homepage": "https://github.com/Fuukei",
- "role": "organization"
- }
- ],
- "require": {
- "orhanerday/open-ai": "^5.2"
- },
- "config": {
- "allow-plugins": {
- "pestphp/pest-plugin": true
- },
- "platform": {
- "php": "7.4"
- }
- }
- }
|