arajcany / application-stub
Application stub code for testing packages and concepts.
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 3
Type:project
Requires
- php: >=7.4,<8.1.0
- ext-exif: *
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- ext-zip: *
- arajcany/pre-press-tricks: >=1.0.0
- arajcany/tool-box: >=2.0.0
- cakephp/cakephp: 3.10.*
- cakephp/migrations: @stable
- cakephp/plugin-installer: ^1.0
- dereuromark/cakephp-tinyauth: *
- intervention/image: ^2.5
- josegonzalez/dotenv: 3.*
- mobiledetect/mobiledetectlib: 2.*
- phpseclib/phpseclib: 2.*
- robmorgan/phinx: ^0.10.7
- ruafozy/mersenne-twister: ^1.3
Requires (Dev)
- cakephp/bake: ^1.1
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ^3.15.0
- phpunit/phpunit: *
- psy/psysh: @stable
This package is auto-updated.
Last update: 2025-02-24 07:22:26 UTC
README
Application stub code for testing packages and concepts.
Build a project from this repo:
composer create-project --prefer-dist arajcany/application-stub <YourProjectName>
Build a project from the latest commit (at own risk):
composer create-project --prefer-source arajcany/application-stub:dev-master <YourProjectName>