Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
Latex Package that allows creating a pdfpc compatible notes file directly from your latex presentation \notes.
fix php 8 deprecation errors
fix inconsistencies in between laminas 3 and 4 so tests pass on both versions
don't fail fast to be able to compare failures accross php versions
avoid permission issues
upgrade phpunit to version 8
remove platform config from composer.json
fix build error
fix syntax error
fix xdebug version
fix xdebug version
Currently the php_version variable does not have any effect on the PHP version inside the docker container. This PR changes that.
Actually run tests on different PHP versions
Maybe before test we should set up a clean DB, drop DB and create DB?
Fix tppo (#9)
PHP 8 compatibility
upgraded to the latest version today.
Version 2.0.46
Version 2.0.47
Require dev-master on master
should I rebase this to fix the "signoff" build error?
Initial commit of this branch to create PR
Resolve allOf along with FK migration - WIP
Implement for hasOne
Fix style
WIP
uncomment
Merge branch 'master' of https://github.com/SOHELAHMED7/yii2-openapi into 131-add-ability-to-add-on-delete-and-on-update-foreign-key-constraints-in-yii2-open-api-spec-definitions
Merge branch 'master' of github.com:SOHELAHMED7/yii2-openapi into 131-add-ability-to-add-on-delete-and-on-update-foreign-key-constraints-in-yii2-open-api-spec-definitions
WIP
WIP
Add Implementation for https://github.com/cebe/yii2-app-api/issues/17 - WIP
Move major par to constructor of PropertySchema class
Handle the case when on delete is null but on update is not null
Add more tests + cleanup + refactor + add docs
Finish tests
Merge pull request #14 from SOHELAHMED7/131-add-ability-to-add-on-delete-and-on-update-foreign-key-constraints-in-yii2-open-api-spec-definitions
Resolve: Add ability to add "ON DELETE" and "ON UPDATE" foreign key constraints in yii2-open-api spec definitions
Merge branch 'master' of https://github.com/SOHELAHMED7/yii2-openapi into enhance-faker-to-consider-relations
Add docs and enhancements for https://github.com/cebe/yii2-openapi/issues/131
Merge branch 'cebe:master' into master
Merge branch 'master' of https://github.com/SOHELAHMED7/yii2-openapi into enhance-faker-to-consider-relations
Resolve multiple PR :
Resolve: Add ability to add "ON DELETE" and "ON UPDATE" foreign key constraints in yii2-open-api spec definitions
Fix https://github.com/cebe/yii2-openapi/issues/131
PR in fork: https://github.com/SOHELAHMED7/yii2-openapi/pull/14
Resolve - Enhance faker generation to consider DB relations #18