sintonia/dev_tools
Jonas L 5e8d8db6e9
Feature: Support php7.4 (#1354)
* Run CI tests against php 7.4

* Sort composer dependencies

* Remove unused Aws S3 php library

* Pin simplepie dependency to ^1.5

* Pin getid3 dependency to ^1.9

* Pin composer semver to ^3.2

* Pin php-amqplib to ^2.12

* Drop sentry logging support

* Update composer dependencies

* Move propel regenerate to Makefile

* Regenerate propel files with v1.7.0

* Pin propel orm to ^1.7

* Regenerate propel files with v1.7.2

* fix: generator_version in airtime-conf-production.php

* Replace propel/propel1 with jooola/propel1

* Regenerate propel files with v1.7.3-dev

* Fix php7.4 compatibility

Using php-cs-fixer:

    '@PhpCsFixer' => true,
    'concat_space' => ['spacing' => 'one'],
    'ordered_class_elements' => false,
    'yoda_style' => false,
    '@PHP74Migration' => true,
    'assign_null_coalescing_to_coalesce_equal' => false,
    'ternary_to_null_coalescing' => false,
    'heredoc_indentation' => false,
    '@PHP74Migration:risky' => true,
    'declare_strict_types' => false,
    'void_return' => false,
    'use_arrow_functions' => false,

* Fix pre-commit
2021-10-17 17:19:53 +02:00
..
liquidsoap_compile Fix shellcheck warnings 2021-08-17 12:23:36 +02:00
scripts Fix shellcheck warnings 2021-08-17 12:23:36 +02:00
auto_schedule_show.php Fix trailing whitespaces in files 2021-06-04 17:06:05 +02:00
bootstrap_development_environment.sh Enhance bash shebangs 2021-08-17 12:22:47 +02:00
compare_cc_files_to_fs.py Add isort pre-commit hook 2021-06-05 00:39:35 +02:00
populate-cc_files.php Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
postCommitBuildTrigger.sh Enhance bash shebangs 2021-08-17 12:22:47 +02:00
README_TRANSLATIONS Fix trailing whitespaces in files 2021-06-04 17:06:05 +02:00
toggle-pypo-debug.sh Rename airtime-playout to libretime-playout 2021-10-14 15:31:59 +02:00
update_po_files.sh Fix paths after legacy rename 2021-10-11 13:43:39 +02:00