You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some assumptions in this PR that may be inaccurate.
1. I'm assuming we'll be using PHPStan. I'll PR a suggested `phpstan.neon.dist` in a follow-up PR.
2. Is `WordPress\AI` the correct namespace?
The main bits:
- Configures package as wordpress/php-ai-client library
- Requires PHP 7.4 or higher
- Adds PHPUnit and PHPStan as dev dependencies
- Sets up PSR-4 autoloading with WordPress\AI namespace
- Includes convenient scripts for testing and analysis
- Adds keywords for package discovery
0 commit comments