-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing refs/heads/release/2.0.1 into master (#494)
* wip * wip * fixes * Feature/test1 (#483) * fixes * testtisg * wip * test * backmerge master * normalize everything * added locale test (#485) * added locale test * Apply fixes from StyleCI * wip * wip * Apply fixes from StyleCI * Update CHANGELOG.md * Implement #386 (#477) * Implement #386 * Apply fixes from StyleCI * Update Field.php * Update Model.php * Update Helper.php * Apply fixes from StyleCI * move functionality to atk4/core * Apply fixes from StyleCI * fix traits * Apply fixes from StyleCI * fix typo * Feature/pgsql test (#486) * fix one test * Setting current dependencies * wip * wip * Add matrix testing (#492) * Test using matrix * wip * wip * wip * clean up bundler * clean up bundler (#493) * wip * Setting current dependencies
- Loading branch information
1 parent
b1e941d
commit 20e4eaf
Showing
15 changed files
with
144 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,53 @@ | ||
{ | ||
"name": "atk4/data", | ||
"type": "library", | ||
"description": "Agile Data - Database access abstraction framework", | ||
"keywords": ["framework", "orm", "query", "active record", "sql", "builder", "nosql", "mongodb", "mysql", "postgresql"], | ||
"homepage": "https://github.com/atk4/data", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Romans Malinovskis", | ||
"email": "romans@agiletoolkit.org", | ||
"homepage": "https://nearly.guru/" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2.0", | ||
"ext-intl": "*", | ||
"atk4/core": "^1.3", | ||
"atk4/dsql": "^1.2" | ||
}, | ||
"require-dev": { | ||
"atk4/schema": "*", | ||
"phpunit/phpunit": "<6", | ||
"phpunit/dbunit": ">=1.2", | ||
"phpunit/phpcov": "*", | ||
"codeclimate/php-test-reporter": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": {"atk4\\data\\":"src/"} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"atk4\\data\\tests\\":"tests/", | ||
"atk4\\data\\tests\\smbo\\":["tests/smbo","tests/smbo/lib"] | ||
} | ||
"name": "atk4/data", | ||
"type": "library", | ||
"description": "Agile Data - Database access abstraction framework", | ||
"keywords": [ | ||
"framework", | ||
"orm", | ||
"query", | ||
"active record", | ||
"sql", | ||
"builder", | ||
"nosql", | ||
"mongodb", | ||
"mysql", | ||
"postgresql" | ||
], | ||
"homepage": "https://github.com/atk4/data", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Romans Malinovskis", | ||
"email": "romans@agiletoolkit.org", | ||
"homepage": "https://nearly.guru/" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2.0", | ||
"ext-intl": "*", | ||
"atk4/core": "^2.0", | ||
"atk4/dsql": "^2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<6", | ||
"phpunit/dbunit": ">=1.2", | ||
"phpunit/phpcov": "*", | ||
"codeclimate/php-test-reporter": "*", | ||
"atk4/schema": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"atk4\\data\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"atk4\\data\\tests\\": "tests/", | ||
"atk4\\data\\tests\\smbo\\": [ | ||
"tests/smbo", | ||
"tests/smbo/lib" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.