libretime/legacy/application/forms
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
..
customfilters Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
customvalidators Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
helpers Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowAbsoluteRebroadcastDates.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowAutoPlaylist.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowLiveStream.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowRR.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowRebroadcastDates.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowRepeats.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowStyle.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowWhat.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddShowWhen.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
AddShowWho.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddTracktype.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
AddUser.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
DangerousPreferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
DateRange.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EditAudioMD.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EditHistory.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EditHistoryFile.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EditHistoryItem.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
EditUser.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
GeneralPreferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
LiveStreamingPreferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
Login.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
PasswordChange.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
PasswordRestore.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
Player.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
PodcastPreferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
Preferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ScheduleShow.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
SetupLanguageTimezone.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ShowBuilder.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
ShowListenerStat.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
SmartBlockCriteria.php Feature: Support php7.4 (#1354) 2021-10-17 17:19:53 +02:00
StationPodcast.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
StreamSetting.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
StreamSettingSubForm.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
TuneInPreferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00
WatchedDirPreferences.php Format code using php-cs-fixer 2021-10-12 11:07:56 +02:00