a028baf1b9
Fix order.
2023-09-22 06:14:23 -03:00
20a4b7eff9
Update bower-asset/inputmask, bower-asset/punycode.
2023-09-21 11:22:53 -03:00
bfca9e33d9
Fix #19749 : Add PHP 8.2 support
...
Co-authored-by: Tobias Munk <schmunk@usrbin.de>
Co-authored-by: Aldo Karendra <akarendra835@gmail.com>
Co-authored-by: Dana Luther <dana.luther@gmail.com>
Co-authored-by: Oleg Poludnenko <ua.oleg@gmail.com>
2023-05-21 15:17:59 +03:00
7c07885375
Feature/dependency fixes for PHP 8.2 ( #19746 )
2023-01-24 00:01:18 +03:00
857f049e2e
composer update (allow-plugins) ( #19277 )
...
Co-authored-by: Bizley <pawel@positive.codes>
2022-03-02 17:45:53 +01:00
1271bc419f
Fix #19041 : Fix PHP 8.1 issues
2022-01-14 13:52:01 +03:00
13f27e4d92
Fix #18817 : Use paragonie/random_compat for random bytes and int generation
2021-08-09 10:25:36 +03:00
9909462eda
updated lock with composer 2
2021-04-28 15:24:44 +02:00
e026e9e7be
Update lock
2020-10-30 15:35:30 +03:00
b1da57ddf9
Apply patch to PHPUnit which replaces the deprecated each method ( #17831 )
2020-01-27 01:41:09 +03:00
e88cc3888a
Patch PHPUnit mock objects to work correctly with PHP 7.4
2019-12-11 18:55:35 +03:00
0e3a66134c
Fixing Travis build
...
Travis build failed because of very slow MySQL queries execution.
According to MySQL 5.7.23 [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-23.html#mysqld-5-7-23-bug )
the `mysql_upgrade` command MUST be run after upgrading to this release.
Otherwise MySQL will flood logs with a warging that results in a performance problems.
2018-08-29 12:24:55 +03:00
7d19fce050
update composer.lock
...
fixes #15230
2017-11-28 16:18:57 +01:00
758f01934f
Make PHPUnit run on PHP 7.2
...
fix PHPUnit at 4.8.34 as the next version breaks our compatibility
Layer:
a55235c033
2017-07-19 10:51:46 +02:00
ba0ab403b5
Added php-cs-fixer coding standards validation to Travis CI ( #14100 )
...
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
2017-06-12 12:25:45 +03:00
33cff4b5cc
Cleanup after #14017 ( #14091 )
2017-05-01 11:58:02 +02:00
f5ab85c393
updated debug settings (+56 squashed commits)
...
Squashed commits:
[c42f30c] updated base image, added docs & local test script
[88f0c40] debug
[6220c94] fixed network isolation
[c63c7c3] test mssql only on test/mssql branch
[74efc78] fixed isolation in after_script
[02b895b] updated test setup
[3335f39] updated retry
[bd123b2] updated service checks
[45e4c90] updated build
[d54da7a] updated after_script
[5a4c726] 🏭 wait for mysql
[08db878] fixed typo
[ea53c1e] updated build stages
[9807ce3] fixed typos
[cf9f64e] fixed mssql testing
[08001d6] added db create for mssql
[62f6b65] run travis (gitlab simulation) only in travis branch
[cf63da4] streamlined build
[76808ac] updated test jobs
[18d79b5] fixed test error
[7b2bce6] updated build & composer.lock
[244623a] updated build
[86bd71b] fixed cleanup
[86ab2e8] fixed cleanup
[091d4b8] fixed tests
[2d315b5] fixed build config
[2913644] fixed project names
[f53b823] refactored build config
[5a791fb] refactored docker db-tests
[b4479b0] revert
[a975fa5] updated gitlab build
[4e4e5e4] updated mssql setup
[d6ff03b] added sleep workaround
[578b102] removed host volumes in test
[928f50b] fixed path
[967ab10] updated tests
[520f317] bootstrap cubrid
[5f245e1] 🏭 fixed cubrid tests
[940dbbc] 🏭 pinned cubrid version 9.3.6.0002
[8d5ea69] 📝 dockerized test commands
[9954b54] updated cubrid
[fb3afac] updated docs
[3f63ced] updated isolation
[bdc3c83] 🏭 build cubrid
[b777911] 🏭 disabled mssql, updated cubrid
[36534e7] added travis-a-like stage
[6546f02] updated GitLab build
[c046096] updated test setup
- added mssql and cubrid stack
[5a0e635] disabled host-volume
[75cf342] fixed test
[8de0794] fixed testing
[465d27a] added stages
[63aa950] added script
[68eecef] fixed typo
[00e4b88] updated Docker build
[f9072cc] added dockerized test setup
2017-01-19 18:01:08 +01:00
ef30c7c7b6
update composer.json to work on different platforms
...
issue #12946
2016-11-08 23:25:02 +01:00
9bd344f319
validate composer.json on travis
2016-09-05 15:20:10 +02:00
f1af3133c9
composer.lock restored
2016-08-04 17:43:52 +03:00
9d5bf60a89
Added Oracle mutex
2016-08-04 17:35:50 +03:00
a1d718a7ac
Fixed build on PHP 5.4 (update .lock)
2016-04-25 12:59:45 +03:00
0579da31e9
Revert "Revert "Updated composer.lock""
...
This reverts commit e2b069f344d3e2ff8e03e7f218d44b5427221da4.
2016-04-25 11:39:32 +03:00
e2b069f344
Revert "Updated composer.lock"
...
This reverts commit 0b357446c9e9fbb3bf94d92920094e647e6f9956.
2016-04-25 11:23:24 +03:00
0b357446c9
Updated composer.lock
2016-04-25 10:12:20 +03:00
a0ca0298c9
updated composer.lock and fixed broken phpunit installation
2015-08-05 23:11:43 +02:00
abc7dbbf0f
added missing @since annotations
2015-08-04 12:40:12 +02:00
ca44b4e9c5
cleanup dev package composer.json
...
as extensions are now in separate repositories, these dependencies are not neede anymore
2015-06-03 13:43:14 +02:00
48255a446d
Fixes #7867 : Fixes findUniqueIndexes not to perform any processing on unique index on function for pgsql, Implemented findUniqueIndexes for oci and mssql
2015-03-30 18:01:30 +03:00
b43591eec0
Added composer.lock
2014-11-20 23:43:40 +03:00
e8a824cc46
readjusting files for the framework package.
2013-05-19 15:52:01 -04:00
619c4f9fd0
Added punycode as part of the framework.
2013-05-19 09:33:13 -04:00
fa65313b31
updated composer bestiejs/punycode.js package defenition
2013-05-16 01:19:52 +00:00
8a5e1f4f5f
Fixes #143 . UrlValidator and EmailValidator IDN support.
2013-05-15 21:46:02 +06:00
92ec41cc7b
Moved Composer vendor dir into framework
2013-05-08 01:30:08 +04:00
f2258e760f
Added Purifier and Markdown helpers, added composer.lock
2013-05-08 00:31:55 +04:00