wexample-wex-addon-dev-php 8.8.3__tar.gz → 8.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/PKG-INFO +8 -8
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/README.md +4 -4
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/pyproject.toml +4 -4
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/workdir/php_workdir.py +17 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/config_value/php_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/const/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/const/tags.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/file/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/file/php_composer_json_file.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/php_addon_manager.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/py.typed +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/resources/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/resources/docker/Dockerfile.roave +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/composer/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/composer/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/composer/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/composer/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/Caddyfile +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/frankenphp/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/migrate.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/disable.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/enable.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/laravel/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy/Caddyfile +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/php/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_php/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_symfony/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_symfony/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_symfony/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/new_symfony/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/index.php +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/php/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/symfony/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/service/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/replace.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose-cli.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/wp-cli/.gitkeep +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/services/wordpress/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/workdir/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/workdir/php_package_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/workdir/php_packages_suite_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/workdir/php_symfony_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.8.3 → wexample_wex_addon_dev_php-8.9.0}/src/wexample_wex_addon_dev_php/workdir/symfony_workdir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-php
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.9.0
|
|
4
4
|
Summary: Python dev addon for wex
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -11,9 +11,9 @@ Project-URL: homepage, https://github.com/wexample/python-wex-dev-python
|
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Requires-Dist: attrs>=23.1.0
|
|
13
13
|
Requires-Dist: cattrs>=23.1.0
|
|
14
|
-
Requires-Dist: wexample-filestate-php>=6.
|
|
15
|
-
Requires-Dist: wexample-wex-addon-ai>=
|
|
16
|
-
Requires-Dist: wexample-wex-addon-app>=25.
|
|
14
|
+
Requires-Dist: wexample-filestate-php>=6.4.0
|
|
15
|
+
Requires-Dist: wexample-wex-addon-ai>=10.0.0
|
|
16
|
+
Requires-Dist: wexample-wex-addon-app>=25.2.0
|
|
17
17
|
Requires-Dist: wexample-wex-addon-dev-javascript>=7.12.0
|
|
18
18
|
Provides-Extra: dev
|
|
19
19
|
Requires-Dist: pytest; extra == "dev"
|
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
|
|
23
23
|
# wex_addon_dev_php
|
|
24
24
|
|
|
25
|
-
Version: 8.
|
|
25
|
+
Version: 8.9.0
|
|
26
26
|
|
|
27
27
|
Python dev addon for wex
|
|
28
28
|
|
|
@@ -104,9 +104,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
104
104
|
|
|
105
105
|
- attrs: >=23.1.0
|
|
106
106
|
- cattrs: >=23.1.0
|
|
107
|
-
- wexample-filestate-php: >=6.
|
|
108
|
-
- wexample-wex-addon-ai: >=
|
|
109
|
-
- wexample-wex-addon-app: >=25.
|
|
107
|
+
- wexample-filestate-php: >=6.4.0
|
|
108
|
+
- wexample-wex-addon-ai: >=10.0.0
|
|
109
|
+
- wexample-wex-addon-app: >=25.2.0
|
|
110
110
|
- wexample-wex-addon-dev-javascript: >=7.12.0
|
|
111
111
|
|
|
112
112
|
## Versioning & Compatibility Policy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wex_addon_dev_php
|
|
2
2
|
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.9.0
|
|
4
4
|
|
|
5
5
|
Python dev addon for wex
|
|
6
6
|
|
|
@@ -82,9 +82,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
82
82
|
|
|
83
83
|
- attrs: >=23.1.0
|
|
84
84
|
- cattrs: >=23.1.0
|
|
85
|
-
- wexample-filestate-php: >=6.
|
|
86
|
-
- wexample-wex-addon-ai: >=
|
|
87
|
-
- wexample-wex-addon-app: >=25.
|
|
85
|
+
- wexample-filestate-php: >=6.4.0
|
|
86
|
+
- wexample-wex-addon-ai: >=10.0.0
|
|
87
|
+
- wexample-wex-addon-app: >=25.2.0
|
|
88
88
|
- wexample-wex-addon-dev-javascript: >=7.12.0
|
|
89
89
|
|
|
90
90
|
## Versioning & Compatibility Policy
|
|
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "wexample-wex-addon-dev-php"
|
|
9
|
-
version = "8.
|
|
9
|
+
version = "8.9.0"
|
|
10
10
|
description = "Python dev addon for wex"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "weeger", email = "contact@wexample.com" },
|
|
@@ -20,9 +20,9 @@ classifiers = [
|
|
|
20
20
|
dependencies = [
|
|
21
21
|
"attrs>=23.1.0",
|
|
22
22
|
"cattrs>=23.1.0",
|
|
23
|
-
"wexample-filestate-php>=6.
|
|
24
|
-
"wexample-wex-addon-ai>=
|
|
25
|
-
"wexample-wex-addon-app>=25.
|
|
23
|
+
"wexample-filestate-php>=6.4.0",
|
|
24
|
+
"wexample-wex-addon-ai>=10.0.0",
|
|
25
|
+
"wexample-wex-addon-app>=25.2.0",
|
|
26
26
|
"wexample-wex-addon-dev-javascript>=7.12.0",
|
|
27
27
|
]
|
|
28
28
|
|
|
@@ -63,6 +63,14 @@ class PhpWorkdir(WithAiWorkdirMixin, CodeBaseWorkdir):
|
|
|
63
63
|
|
|
64
64
|
return f"{string_to_kebab_case(self.get_vendor_name())}/{string_to_kebab_case(self.get_project_name())}"
|
|
65
65
|
|
|
66
|
+
def has_tests(self) -> bool:
|
|
67
|
+
# Only real PHPUnit test classes count; the tests/ directory itself
|
|
68
|
+
# may be empty scaffolding.
|
|
69
|
+
tests_path = self.get_path() / "tests"
|
|
70
|
+
if not tests_path.is_dir():
|
|
71
|
+
return False
|
|
72
|
+
return any(tests_path.rglob("*Test.php"))
|
|
73
|
+
|
|
66
74
|
def prepare_value(self, raw_value: DictConfig | None = None) -> DictConfig:
|
|
67
75
|
from wexample_filestate.const.disk import DiskItemType
|
|
68
76
|
from wexample_helpers.helpers.array import array_dict_get_by
|
|
@@ -121,6 +129,15 @@ class PhpWorkdir(WithAiWorkdirMixin, CodeBaseWorkdir):
|
|
|
121
129
|
|
|
122
130
|
return raw_value
|
|
123
131
|
|
|
132
|
+
def test_run(self, format: str | None = None) -> None:
|
|
133
|
+
phpunit = self.get_path() / "vendor" / "bin" / "phpunit"
|
|
134
|
+
if not phpunit.exists():
|
|
135
|
+
raise RuntimeError(
|
|
136
|
+
f"{self.get_package_name()} has tests but vendor/bin/phpunit "
|
|
137
|
+
"is missing; run composer install in the package."
|
|
138
|
+
)
|
|
139
|
+
self.shell_run_for_app(cmd=[str(phpunit)])
|
|
140
|
+
|
|
124
141
|
def _create_php_file_children_filter(self) -> ChildrenFileFactoryOption:
|
|
125
142
|
from wexample_filestate.const.disk import DiskItemType
|
|
126
143
|
from wexample_filestate.option.children_filter_option import (
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|