From e1eeb8f09b2a0a39952f4f9b56a84b8ae96727e8 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Mon, 13 Oct 2025 06:30:48 +0100 Subject: [PATCH 1/3] Implement e2e tests with `testscript` --- .github/workflows/test.yml | 45 +- Makefile | 27 + composer.json | 8 - go.mod | 10 + go.sum | 6 + internal/common.go | 18 + internal/composer/fail/main.go | 98 ++++ internal/composer/fail/main_test.go | 12 + .../_require.php__is_not_a_string_array.txtar | 26 + .../_require.php__is_not_a_string_false.txtar | 26 + .../_require.php__is_not_a_string_float.txtar | 26 + ...require.php__is_not_a_string_integer.txtar | 26 + .../_require.php__is_not_a_string_null.txtar | 26 + ..._require.php__is_not_a_string_object.txtar | 26 + .../_require.php__is_not_a_string_true.txtar | 26 + ..._not_a_valid_constraint_empty_string.txtar | 27 + ...ot_a_valid_constraint_invalid_string.txtar | 27 + ....php__is_not_a_valid_constraint_ruby.txtar | 27 + .../composer/fail/testdata/invalid_json.txtar | 26 + .../testdata/no__require.php__is_set_1.txtar | 26 + .../testdata/no__require.php__is_set_2.txtar | 26 + .../testdata/no__require.php__is_set_3.txtar | 26 + .../testdata/no__require.php__is_set_4.txtar | 26 + .../testdata/no__require.php__is_set_5.txtar | 26 + .../testdata/no__require.php__is_set_6.txtar | 26 + .../fail/testdata/unsatisfiable_1.txtar | 26 + .../fail/testdata/unsatisfiable_2.txtar | 26 + .../fail/testdata/unsatisfiable_3.txtar | 26 + internal/composer/misc/main_test.go | 11 + .../composer/misc/testdata/bad_mode.txtar | 14 + .../composer/misc/testdata/bad_option.txtar | 14 + .../composer/misc/testdata/bad_path.txtar | 10 + .../composer/misc/testdata/bad_source.txtar | 14 + .../misc/testdata/too_many-arguments.txtar | 17 + internal/composer/success/main.go | 67 +++ internal/composer/success/main_test.go | 12 + .../testdata/_--mode_full_____7.1.2_.txtar | 164 ++++++ .../_--mode_full_____7.1.2_____8.1.2_.txtar | 196 +++++++ .../testdata/_--mode_full_____7.1_.txtar | 166 ++++++ .../testdata/_--mode_full_____7_.txtar | 200 +++++++ .../testdata/_--mode_full_____7__7.2_.txtar | 63 ++- .../testdata/_--mode_full_____7_stable_.txtar | 200 +++++++ .../success/testdata/_--mode_full______.txtar | 24 + .../testdata/_--mode_full_____stable_.txtar | 24 + .../_--mode_minor-only_____7.1.2_.txtar | 35 ++ ...mode_minor-only_____7.1.2_____8.1.2_.txtar | 36 ++ .../_--mode_minor-only_____7.1_.txtar | 35 ++ .../testdata/_--mode_minor-only_____7_.txtar | 36 ++ .../_--mode_minor-only_____7__7.2_.txtar | 34 ++ .../_--mode_minor-only_____7_stable_.txtar | 36 ++ .../testdata/_--mode_minor-only______.txtar | 48 ++ .../_--mode_minor-only_____stable_.txtar | 48 ++ .../success/testdata/______7.1.2_.txtar | 35 ++ .../testdata/______7.1.2_____8.1.2_.txtar | 36 ++ .../success/testdata/______7.1_.txtar | 35 ++ .../composer/success/testdata/______7_.txtar | 36 ++ .../success/testdata/______7__7.2_.txtar | 34 ++ .../success/testdata/______7_stable_.txtar | 36 ++ .../composer/success/testdata/_______.txtar | 48 ++ .../success/testdata/______stable_.txtar | 48 ++ internal/constraint/fail/main.go | 86 +++ internal/constraint/fail/main_test.go | 12 + internal/constraint/fail/testdata/array.txtar | 24 + .../fail/testdata/empty_string.txtar | 24 + internal/constraint/fail/testdata/false.txtar | 24 + .../fail/testdata/invalid_string.txtar | 24 + internal/constraint/fail/testdata/null.txtar | 24 + .../constraint/fail/testdata/object.txtar | 24 + internal/constraint/fail/testdata/ruby.txtar | 24 + internal/constraint/fail/testdata/true.txtar | 24 + .../fail/testdata/unsatisfiable_1.txtar | 24 + .../fail/testdata/unsatisfiable_2.txtar | 24 + .../fail/testdata/unsatisfiable_3.txtar | 24 + internal/constraint/misc/main_test.go | 11 + .../constraint/misc/testdata/bad_mode.txtar | 11 +- .../constraint/misc/testdata/bad_option.txtar | 12 + .../constraint/misc/testdata/bad_source.txtar | 12 + .../misc/testdata/too_many-arguments.txtar | 12 + internal/constraint/success/main.go | 65 +++ internal/constraint/success/main_test.go | 12 + .../testdata/_--mode_full_____7.1.2_.txtar | 162 ++++++ .../_--mode_full_____7.1.2_____8.1.2_.txtar | 194 +++++++ .../testdata/_--mode_full_____7.1_.txtar | 164 ++++++ .../testdata/_--mode_full_____7_.txtar | 198 +++++++ .../testdata/_--mode_full_____7__7.2_.txtar | 61 ++- .../testdata/_--mode_full_____7_stable_.txtar | 198 +++++++ .../success/testdata/_--mode_full______.txtar | 22 + .../testdata/_--mode_full_____stable_.txtar | 22 + .../_--mode_minor-only_____7.1.2_.txtar | 33 ++ ...mode_minor-only_____7.1.2_____8.1.2_.txtar | 34 ++ .../_--mode_minor-only_____7.1_.txtar | 33 ++ .../testdata/_--mode_minor-only_____7_.txtar | 34 ++ .../_--mode_minor-only_____7__7.2_.txtar | 32 ++ .../_--mode_minor-only_____7_stable_.txtar | 34 ++ .../testdata/_--mode_minor-only______.txtar | 46 ++ .../_--mode_minor-only_____stable_.txtar | 46 ++ .../success/testdata/______7.1.2_.txtar | 33 ++ .../testdata/______7.1.2_____8.1.2_.txtar | 34 ++ .../success/testdata/______7.1_.txtar | 33 ++ .../success/testdata/______7_.txtar | 34 ++ .../success/testdata/______7__7.2_.txtar | 32 ++ .../success/testdata/______7_stable_.txtar | 34 ++ .../constraint/success/testdata/_______.txtar | 46 ++ .../success/testdata/______stable_.txtar | 46 ++ internal/file.go | 33 ++ internal/main_test.go | 16 + internal/testscript.go | 19 + internal/txtar_writer.go | 44 ++ ..._set______4_______auto_______full___.snap" | 3 - ...____4_______auto_______minor_only___.snap" | 3 - ...____4_______auto_______not_a_mode___.snap" | 7 - ...ta_set______4_______auto______null__.snap" | 3 - ...____not_a_source_______minor_only___.snap" | 7 - ...____not_a_source_______not_a_mode___.snap" | 7 - ...____4_______not_a_source______null__.snap" | 7 - ...t______4_______offline_______full___.snap" | 3 - ..._4_______offline_______minor_only___.snap" | 3 - ..._4_______offline_______not_a_mode___.snap" | 7 - ...set______4_______offline______null__.snap" | 3 - ...t______4_______php_net_______full___.snap" | 3 - ..._4_______php_net_______minor_only___.snap" | 3 - ..._4_______php_net_______not_a_mode___.snap" | 7 - ...set______4_______php_net______null__.snap" | 3 - ...ta_set______4______null______full___.snap" | 3 - ...______4______null______minor_only___.snap" | 3 - ...______4______null______not_a_mode___.snap" | 7 - ...data_set______4______null_____null__.snap" | 3 - ...______7_999_______auto_______full___.snap" | 3 - ...7_999_______auto_______minor_only___.snap" | 3 - ...7_999_______auto_______not_a_mode___.snap" | 7 - ...et______7_999_______auto______null__.snap" | 3 - ...999_______not_a_source_______full___.snap" | 7 - ...____not_a_source_______minor_only___.snap" | 7 - ...____not_a_source_______not_a_mode___.snap" | 7 - ...7_999_______not_a_source______null__.snap" | 7 - ...___7_999_______offline_______full___.snap" | 3 - ...99_______offline_______minor_only___.snap" | 3 - ...99_______offline_______not_a_mode___.snap" | 7 - ..._____7_999_______offline______null__.snap" | 3 - ...___7_999_______php_net_______full___.snap" | 3 - ...99_______php_net_______minor_only___.snap" | 3 - ...99_______php_net_______not_a_mode___.snap" | 7 - ..._____7_999_______php_net______null__.snap" | 3 - ...et______7_999______null______full___.snap" | 3 - ...__7_999______null______minor_only___.snap" | 3 - ...__7_999______null______not_a_mode___.snap" | 7 - ..._set______7_999______null_____null__.snap" | 3 - ...t_______999_______auto_______full___.snap" | 3 - ...__999_______auto_______minor_only___.snap" | 3 - ...__999_______auto_______not_a_mode___.snap" | 7 - ...set_______999_______auto______null__.snap" | 3 - ...999_______not_a_source_______full___.snap" | 7 - ...____not_a_source_______minor_only___.snap" | 7 - ...____not_a_source_______not_a_mode___.snap" | 7 - ...__999_______not_a_source______null__.snap" | 7 - ..._____999_______offline_______full___.snap" | 3 - ...99_______offline_______minor_only___.snap" | 3 - ...99_______offline_______not_a_mode___.snap" | 7 - ..._______999_______offline______null__.snap" | 3 - ..._____999_______php_net_______full___.snap" | 3 - ...99_______php_net_______minor_only___.snap" | 3 - ...99_______php_net_______not_a_mode___.snap" | 7 - ..._______999_______php_net______null__.snap" | 3 - ...set_______999______null______full___.snap" | 3 - ...____999______null______minor_only___.snap" | 3 - ...____999______null______not_a_mode___.snap" | 7 - ...a_set_______999______null_____null__.snap" | 3 - ...ta_set____________auto_______full___.snap" | 3 - ...____________auto_______minor_only___.snap" | 3 - ...____________auto_______not_a_mode___.snap" | 7 - ...data_set____________auto______null__.snap" | 3 - ...__________not_a_source_______full___.snap" | 7 - ...____not_a_source_______minor_only___.snap" | 7 - ...____not_a_source_______not_a_mode___.snap" | 7 - ...____________not_a_source______null__.snap" | 7 - ...set____________offline_______full___.snap" | 3 - ..._________offline_______minor_only___.snap" | 3 - ..._________offline_______not_a_mode___.snap" | 7 - ...a_set____________offline______null__.snap" | 3 - ...set____________php_net_______full___.snap" | 3 - ..._________php_net_______minor_only___.snap" | 3 - ..._________php_net_______not_a_mode___.snap" | 7 - ...a_set____________php_net______null__.snap" | 3 - ...data_set___________null______full___.snap" | 3 - ...et___________null______minor_only___.snap" | 3 - ...et___________null______not_a_mode___.snap" | 7 - ...h_data_set___________null_____null__.snap" | 3 - ..._dev_master_______auto_______full___.snap" | 3 - ...aster_______auto_______minor_only___.snap" | 3 - ...aster_______auto_______not_a_mode___.snap" | 7 - ...___dev_master_______auto______null__.snap" | 3 - ...ter_______not_a_source_______full___.snap" | 7 - ...____not_a_source_______minor_only___.snap" | 7 - ...____not_a_source_______not_a_mode___.snap" | 7 - ...aster_______not_a_source______null__.snap" | 7 - ...v_master_______offline_______full___.snap" | 3 - ...er_______offline_______minor_only___.snap" | 3 - ...er_______offline_______not_a_mode___.snap" | 7 - ...dev_master_______offline______null__.snap" | 3 - ...v_master_______php_net_______full___.snap" | 3 - ...er_______php_net_______minor_only___.snap" | 3 - ...er_______php_net_______not_a_mode___.snap" | 7 - ...dev_master_______php_net______null__.snap" | 3 - ...___dev_master______null______full___.snap" | 3 - ..._master______null______minor_only___.snap" | 3 - ..._master______null______not_a_mode___.snap" | 7 - ..._____dev_master______null_____null__.snap" | 3 - ...set_____foo_______auto_______full___.snap" | 3 - ...__foo_______auto_______minor_only___.snap" | 3 - ...__foo_______auto_______not_a_mode___.snap" | 7 - ...a_set_____foo_______auto______null__.snap" | 3 - ...foo_______not_a_source_______full___.snap" | 7 - ...____not_a_source_______minor_only___.snap" | 7 - ...____not_a_source_______not_a_mode___.snap" | 7 - ...__foo_______not_a_source______null__.snap" | 7 - ..._____foo_______offline_______full___.snap" | 3 - ...oo_______offline_______minor_only___.snap" | 3 - ...oo_______offline_______not_a_mode___.snap" | 7 - ...et_____foo_______offline______null__.snap" | 3 - ..._____foo_______php_net_______full___.snap" | 3 - ...oo_______php_net_______minor_only___.snap" | 3 - ...oo_______php_net_______not_a_mode___.snap" | 7 - ...et_____foo_______php_net______null__.snap" | 3 - ...a_set_____foo______null______full___.snap" | 3 - ...____foo______null______minor_only___.snap" | 3 - ...____foo______null______not_a_mode___.snap" | 7 - ...ata_set_____foo______null_____null__.snap" | 3 - ..._7_3_1____________auto_______full___.snap" | 493 ------------------ ...____________auto_______minor_only___.snap" | 24 - ...___7_3_1____________auto______null__.snap" | 24 - ...3_1____________offline_______full___.snap" | 493 ------------------ ..._________offline_______minor_only___.snap" | 24 - ...7_3_1____________offline______null__.snap" | 24 - ...3_1____________php_net_______full___.snap" | 493 ------------------ ..._________php_net_______minor_only___.snap" | 24 - ...7_3_1____________php_net______null__.snap" | 24 - ...___7_3_1___________null______full___.snap" | 493 ------------------ ..._1___________null______minor_only___.snap" | 24 - ..._____7_3_1___________null_____null__.snap" | 24 - ...______7_3_1_______auto_______full___.snap" | 40 -- ...7_3_1_______auto_______minor_only___.snap" | 8 - ...et______7_3_1_______auto______null__.snap" | 8 - ...___7_3_1_______offline_______full___.snap" | 40 -- ..._1_______offline_______minor_only___.snap" | 8 - ..._____7_3_1_______offline______null__.snap" | 8 - ...___7_3_1_______php_net_______full___.snap" | 40 -- ..._1_______php_net_______minor_only___.snap" | 8 - ..._____7_3_1_______php_net______null__.snap" | 8 - ...et______7_3_1______null______full___.snap" | 40 -- ...__7_3_1______null______minor_only___.snap" | 8 - ..._set______7_3_1______null_____null__.snap" | 8 - ...___7_3__8_1_______auto_______full___.snap" | 102 ---- ...__8_1_______auto_______minor_only___.snap" | 10 - ..._____7_3__8_1_______auto______null__.snap" | 10 - ...7_3__8_1_______offline_______full___.snap" | 102 ---- ..._1_______offline_______minor_only___.snap" | 10 - ...__7_3__8_1_______offline______null__.snap" | 10 - ...7_3__8_1_______php_net_______full___.snap" | 102 ---- ..._1_______php_net_______minor_only___.snap" | 10 - ...__7_3__8_1_______php_net______null__.snap" | 10 - ..._____7_3__8_1______null______full___.snap" | 102 ---- ..._3__8_1______null______minor_only___.snap" | 10 - ...t______7_3__8_1______null_____null__.snap" | 10 - ...__7_3___8_1_______auto_______full___.snap" | 103 ---- ...__8_1_______auto_______minor_only___.snap" | 11 - ...____7_3___8_1_______auto______null__.snap" | 11 - ..._3___8_1_______offline_______full___.snap" | 103 ---- ..._1_______offline_______minor_only___.snap" | 11 - ..._7_3___8_1_______offline______null__.snap" | 11 - ..._3___8_1_______php_net_______full___.snap" | 103 ---- ..._1_______php_net_______minor_only___.snap" | 11 - ..._7_3___8_1_______php_net______null__.snap" | 11 - ...____7_3___8_1______null______full___.snap" | 103 ---- ...3___8_1______null______minor_only___.snap" | 11 - ...______7_3___8_1______null_____null__.snap" | 11 - ...7_3_____8_1_______auto_______full___.snap" | 174 ------- ..._____8_1_______auto_______full_____2.snap" | 174 ------- ...__8_1_______auto_______minor_only___.snap" | 13 - ..._1_______auto_______minor_only_____2.snap" | 13 - ...__7_3_____8_1_______auto______null__.snap" | 13 - ..._3_____8_1_______auto______null____2.snap" | 13 - ..._____8_1_______offline_______full___.snap" | 174 ------- ...__8_1_______offline_______full_____2.snap" | 174 ------- ..._1_______offline_______minor_only___.snap" | 13 - ...______offline_______minor_only_____2.snap" | 13 - ..._3_____8_1_______offline______null__.snap" | 13 - ...____8_1_______offline______null____2.snap" | 13 - ..._____8_1_______php_net_______full___.snap" | 174 ------- ...__8_1_______php_net_______full_____2.snap" | 174 ------- ..._1_______php_net_______minor_only___.snap" | 13 - ...______php_net_______minor_only_____2.snap" | 13 - ..._3_____8_1_______php_net______null__.snap" | 13 - ...____8_1_______php_net______null____2.snap" | 13 - ...__7_3_____8_1______null______full___.snap" | 174 ------- ..._3_____8_1______null______full_____2.snap" | 174 ------- ...____8_1______null______minor_only___.snap" | 13 - ..._8_1______null______minor_only_____2.snap" | 13 - ...____7_3_____8_1______null_____null__.snap" | 13 - ..._7_3_____8_1______null_____null____2.snap" | 13 - ...__7_3_______auto_______minor_only___.snap" | 9 - ..._set______7_3_______auto______null__.snap" | 9 - ..._3_______offline_______minor_only___.snap" | 9 - ...t______7_3_______offline______null__.snap" | 9 - ..._____7_3_______php_net_______full___.snap" | 73 --- ..._3_______php_net_______minor_only___.snap" | 9 - ...t______7_3_______php_net______null__.snap" | 9 - ..._set______7_3______null______full___.snap" | 73 --- ...____7_3______null______minor_only___.snap" | 9 - ...ta_set______7_3______null_____null__.snap" | 9 - ...99999___8_1_______auto_______full___.snap" | 70 --- ...__8_1_______auto_______minor_only___.snap" | 10 - ...3_99999___8_1_______auto______null__.snap" | 10 - ...99___8_1_______offline_______full___.snap" | 70 --- ..._1_______offline_______minor_only___.snap" | 10 - ...9999___8_1_______offline______null__.snap" | 10 - ...99___8_1_______php_net_______full___.snap" | 70 --- ..._1_______php_net_______minor_only___.snap" | 10 - ...9999___8_1_______php_net______null__.snap" | 10 - ...3_99999___8_1______null______full___.snap" | 70 --- ...9___8_1______null______minor_only___.snap" | 10 - ...7_3_99999___8_1______null_____null__.snap" | 10 - ...___7_3__8_1_______auto_______full___.snap" | 103 ---- ...__8_1_______auto_______minor_only___.snap" | 10 - ..._____7_3__8_1_______auto______null__.snap" | 10 - ...7_3__8_1_______offline_______full___.snap" | 103 ---- ..._1_______offline_______minor_only___.snap" | 10 - ...__7_3__8_1_______offline______null__.snap" | 10 - ...7_3__8_1_______php_net_______full___.snap" | 103 ---- ..._1_______php_net_______minor_only___.snap" | 10 - ...__7_3__8_1_______php_net______null__.snap" | 10 - ..._____7_3__8_1______null______full___.snap" | 103 ---- ..._3__8_1______null______minor_only___.snap" | 10 - ..._______7_3__8_1______null_____null__.snap" | 10 - ...__7_3___8_1_______auto_______full___.snap" | 104 ---- ...__8_1_______auto_______minor_only___.snap" | 11 - ...____7_3___8_1_______auto______null__.snap" | 11 - ..._3___8_1_______offline_______full___.snap" | 104 ---- ..._1_______offline_______minor_only___.snap" | 11 - ..._7_3___8_1_______offline______null__.snap" | 11 - ..._3___8_1_______php_net_______full___.snap" | 104 ---- ..._1_______php_net_______minor_only___.snap" | 11 - ..._7_3___8_1_______php_net______null__.snap" | 11 - ...____7_3___8_1______null______full___.snap" | 104 ---- ...3___8_1______null______minor_only___.snap" | 11 - ...______7_3___8_1______null_____null__.snap" | 11 - ...____________auto_______minor_only___.snap" | 24 - ...ata_set_____________auto______null__.snap" | 24 - ..._________offline_______minor_only___.snap" | 24 - ..._set_____________offline______null__.snap" | 24 - ...et_____________php_net_______full___.snap" | 493 ------------------ ..._________php_net_______minor_only___.snap" | 24 - ..._set_____________php_net______null__.snap" | 24 - ...ata_set____________null______full___.snap" | 493 ------------------ ...t____________null______minor_only___.snap" | 24 - ..._data_set____________null_____null__.snap" | 24 - ...table_______auto_______minor_only___.snap" | 24 - ...t______stable_______auto______null__.snap" | 24 - ...le_______offline_______minor_only___.snap" | 24 - ...____stable_______offline______null__.snap" | 24 - ...__stable_______php_net_______full___.snap" | 493 ------------------ ...le_______php_net_______minor_only___.snap" | 24 - ...____stable_______php_net______null__.snap" | 24 - ...t______stable______null______full___.snap" | 493 ------------------ ..._stable______null______minor_only___.snap" | 24 - ...set______stable______null_____null__.snap" | 24 - ...\342\206\222_it_fetches_all_versions.snap" | 488 ----------------- tests/E2E/Console/ConstraintCommandTest.php | 121 ----- tests/E2E/Releases/PhpNetReleasesTest.php | 22 - tests/E2E/TestCase.php | 20 - tests/Pest.php | 7 - 370 files changed, 4743 insertions(+), 10139 deletions(-) create mode 100644 Makefile create mode 100644 go.mod create mode 100644 go.sum create mode 100644 internal/common.go create mode 100644 internal/composer/fail/main.go create mode 100644 internal/composer/fail/main_test.go create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_array.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_false.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_float.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_integer.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_null.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_object.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_string_true.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_empty_string.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_invalid_string.txtar create mode 100644 internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_ruby.txtar create mode 100644 internal/composer/fail/testdata/invalid_json.txtar create mode 100644 internal/composer/fail/testdata/no__require.php__is_set_1.txtar create mode 100644 internal/composer/fail/testdata/no__require.php__is_set_2.txtar create mode 100644 internal/composer/fail/testdata/no__require.php__is_set_3.txtar create mode 100644 internal/composer/fail/testdata/no__require.php__is_set_4.txtar create mode 100644 internal/composer/fail/testdata/no__require.php__is_set_5.txtar create mode 100644 internal/composer/fail/testdata/no__require.php__is_set_6.txtar create mode 100644 internal/composer/fail/testdata/unsatisfiable_1.txtar create mode 100644 internal/composer/fail/testdata/unsatisfiable_2.txtar create mode 100644 internal/composer/fail/testdata/unsatisfiable_3.txtar create mode 100644 internal/composer/misc/main_test.go create mode 100644 internal/composer/misc/testdata/bad_mode.txtar create mode 100644 internal/composer/misc/testdata/bad_option.txtar create mode 100644 internal/composer/misc/testdata/bad_path.txtar create mode 100644 internal/composer/misc/testdata/bad_source.txtar create mode 100644 internal/composer/misc/testdata/too_many-arguments.txtar create mode 100644 internal/composer/success/main.go create mode 100644 internal/composer/success/main_test.go create mode 100644 internal/composer/success/testdata/_--mode_full_____7.1.2_.txtar create mode 100644 internal/composer/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar create mode 100644 internal/composer/success/testdata/_--mode_full_____7.1_.txtar create mode 100644 internal/composer/success/testdata/_--mode_full_____7_.txtar rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______full___.snap" => internal/composer/success/testdata/_--mode_full_____7__7.2_.txtar (50%) create mode 100644 internal/composer/success/testdata/_--mode_full_____7_stable_.txtar rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______full___.snap" => internal/composer/success/testdata/_--mode_full______.txtar (94%) rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______full___.snap" => internal/composer/success/testdata/_--mode_full_____stable_.txtar (94%) create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____7.1.2_.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____7.1_.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____7_.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____7__7.2_.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____7_stable_.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only______.txtar create mode 100644 internal/composer/success/testdata/_--mode_minor-only_____stable_.txtar create mode 100644 internal/composer/success/testdata/______7.1.2_.txtar create mode 100644 internal/composer/success/testdata/______7.1.2_____8.1.2_.txtar create mode 100644 internal/composer/success/testdata/______7.1_.txtar create mode 100644 internal/composer/success/testdata/______7_.txtar create mode 100644 internal/composer/success/testdata/______7__7.2_.txtar create mode 100644 internal/composer/success/testdata/______7_stable_.txtar create mode 100644 internal/composer/success/testdata/_______.txtar create mode 100644 internal/composer/success/testdata/______stable_.txtar create mode 100644 internal/constraint/fail/main.go create mode 100644 internal/constraint/fail/main_test.go create mode 100644 internal/constraint/fail/testdata/array.txtar create mode 100644 internal/constraint/fail/testdata/empty_string.txtar create mode 100644 internal/constraint/fail/testdata/false.txtar create mode 100644 internal/constraint/fail/testdata/invalid_string.txtar create mode 100644 internal/constraint/fail/testdata/null.txtar create mode 100644 internal/constraint/fail/testdata/object.txtar create mode 100644 internal/constraint/fail/testdata/ruby.txtar create mode 100644 internal/constraint/fail/testdata/true.txtar create mode 100644 internal/constraint/fail/testdata/unsatisfiable_1.txtar create mode 100644 internal/constraint/fail/testdata/unsatisfiable_2.txtar create mode 100644 internal/constraint/fail/testdata/unsatisfiable_3.txtar create mode 100644 internal/constraint/misc/main_test.go rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______full___.snap" => internal/constraint/misc/testdata/bad_mode.txtar (51%) create mode 100644 internal/constraint/misc/testdata/bad_option.txtar create mode 100644 internal/constraint/misc/testdata/bad_source.txtar create mode 100644 internal/constraint/misc/testdata/too_many-arguments.txtar create mode 100644 internal/constraint/success/main.go create mode 100644 internal/constraint/success/main_test.go create mode 100644 internal/constraint/success/testdata/_--mode_full_____7.1.2_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_full_____7.1_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_full_____7_.txtar rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______full___.snap" => internal/constraint/success/testdata/_--mode_full_____7__7.2_.txtar (50%) create mode 100644 internal/constraint/success/testdata/_--mode_full_____7_stable_.txtar rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______full___.snap" => internal/constraint/success/testdata/_--mode_full______.txtar (94%) rename "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______full___.snap" => internal/constraint/success/testdata/_--mode_full_____stable_.txtar (94%) create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____7.1_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____7_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____7__7.2_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____7_stable_.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only______.txtar create mode 100644 internal/constraint/success/testdata/_--mode_minor-only_____stable_.txtar create mode 100644 internal/constraint/success/testdata/______7.1.2_.txtar create mode 100644 internal/constraint/success/testdata/______7.1.2_____8.1.2_.txtar create mode 100644 internal/constraint/success/testdata/______7.1_.txtar create mode 100644 internal/constraint/success/testdata/______7_.txtar create mode 100644 internal/constraint/success/testdata/______7__7.2_.txtar create mode 100644 internal/constraint/success/testdata/______7_stable_.txtar create mode 100644 internal/constraint/success/testdata/_______.txtar create mode 100644 internal/constraint/success/testdata/______stable_.txtar create mode 100644 internal/file.go create mode 100644 internal/main_test.go create mode 100644 internal/testscript.go create mode 100644 internal/txtar_writer.go delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______not_a_mode___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only_____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null____2.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net______null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______full___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______minor_only___.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null_____null__.snap" delete mode 100644 "tests/.pest/snapshots/E2E/Releases/PhpNetReleasesTest/_TypistTech_PhpMatrix_Releases_PhpNetReleases__\342\206\222____all____\342\206\222_it_fetches_all_versions.snap" delete mode 100644 tests/E2E/Console/ConstraintCommandTest.php delete mode 100644 tests/E2E/Releases/PhpNetReleasesTest.php delete mode 100644 tests/E2E/TestCase.php diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f46ff8..3f0fe1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,27 +27,13 @@ jobs: coverage: xdebug - uses: ramsey/composer-install@v3 - - run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci --bail --stop-on-incomplete --fail-on-all-issues + - run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci - uses: actions/upload-artifact@v4 with: name: coverage path: coverage-unit.xml - e2e: - needs: pest - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - - uses: shivammathur/setup-php@v2 - with: - php-version: '8.4' - coverage: none - - uses: ramsey/composer-install@v3 - - - run: composer pest:e2e -- --ci --bail --stop-on-incomplete --fail-on-all-issues - codecov: needs: pest runs-on: ubuntu-latest @@ -67,3 +53,32 @@ jobs: disable_search: true files: coverage-unit.xml flags: unit + + bin: + runs-on: ubuntu-latest + env: + GOFLAGS: '-mod=mod' + steps: + - uses: actions/checkout@v5 + + - uses: shivammathur/setup-php@v2 + with: + php-version: '8.4' + coverage: none + - uses: ramsey/composer-install@v3 + with: + composer-options: '--no-dev --prefer-dist' + + - name: Add bin into PATH + run: echo "${WORKSPACE}/bin" >> "$GITHUB_PATH" + env: + WORKSPACE: ${{ github.workspace }} + + - uses: actions/setup-go@v6 + with: + go-version-file: 'go.mod' + + - name: Print php-matrix binary path + run: go test -count=1 -v ./internal + + - run: go test -count=1 ./... diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6aae2be --- /dev/null +++ b/Makefile @@ -0,0 +1,27 @@ +export GOFLAGS=-mod=mod + +.PHONY: FORCE +FORCE:; + +.PHONY: vendor +vendor: + composer install --no-dev --prefer-dist + composer reinstall --prefer-dist '*' + +bin: vendor + +test-%: % + PATH="$(shell pwd)/$*:$(shell echo $$PATH)" \ + go test -count=1 ./... + +tests/data/releases-%.json: FORCE + curl 'https://www.php.net/releases/index.php?json&max=1000&version=$*' | jq . > ./tests/data/releases-$*.json + +resources/all-versions.json: bin tests/data/releases-5.json tests/data/releases-7.json tests/data/releases-8.json + ./bin/update-all-versions + +--go-generate: + go generate ./... + +txtar: resources/all-versions.json --go-generate + $(MAKE) UPDATE_SCRIPTS=1 test-bin diff --git a/composer.json b/composer.json index 13586c0..0b7dc21 100644 --- a/composer.json +++ b/composer.json @@ -62,19 +62,11 @@ "sort-packages": true }, "scripts": { - "data:update": [ - "curl 'https://www.php.net/releases/index.php?json&max=1000&version=5' | jq . > ./tests/data/releases-5.json", - "curl 'https://www.php.net/releases/index.php?json&max=1000&version=7' | jq . > ./tests/data/releases-7.json", - "curl 'https://www.php.net/releases/index.php?json&max=1000&version=8' | jq . > ./tests/data/releases-8.json", - "@php ./bin/update-all-versions", - "XDEBUG_MODE=off pest --update-snapshots" - ], "lint": [ "pint --test", "phpstan analyse" ], "pest": "pest", - "pest:e2e": "XDEBUG_MODE=off pest --group=e2e", "pest:unit": "pest --group=unit" } } diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f9266d5 --- /dev/null +++ b/go.mod @@ -0,0 +1,10 @@ +module github.com/typisttech/php-matrix + +go 1.25.2 + +require github.com/rogpeppe/go-internal v1.14.1 + +require ( + golang.org/x/sys v0.26.0 // indirect + golang.org/x/tools v0.26.0 // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..51f07c4 --- /dev/null +++ b/go.sum @@ -0,0 +1,6 @@ +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= +golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo= +golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ= +golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0= diff --git a/internal/common.go b/internal/common.go new file mode 100644 index 0000000..f527a5a --- /dev/null +++ b/internal/common.go @@ -0,0 +1,18 @@ +package internal + +var Constraints = []string{ + "^7", + "^7.1", + "^7.1.2", + "^7.1.2 || ~8.1.2", + "^7 ^7.2", + "*", + "@stable", + "^7@stable", +} + +var Modes = []string{ + "", + "--mode=minor-only", + "--mode=full", +} diff --git a/internal/composer/fail/main.go b/internal/composer/fail/main.go new file mode 100644 index 0000000..48dea05 --- /dev/null +++ b/internal/composer/fail/main.go @@ -0,0 +1,98 @@ +package main + +import ( + "os" + "text/template" + + "github.com/typisttech/php-matrix/internal" +) + +const fileTemplateRaw = `# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "{{ .Name }}" case + +! exec php-matrix composer {{ .Mode }} +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer {{ .Mode }} --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer {{ .Mode }} --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer {{ .Mode }} --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + +-- composer.json -- +{{ .ComposerJSON }} +` + +var rawCases = []rawData{ + {`no "require.php" is set/1`, `{"require":{"some/package":"^1.0"}}`}, + {`no "require.php" is set/2`, `{"require":{}}`}, + {`no "require.php" is set/3`, `{"require":123}`}, + {`no "require.php" is set/4`, `{"require-dev":{"php":"^1.0"}}`}, + {`no "require.php" is set/5`, `{"php":"^1.0"}`}, + {`no "require.php" is set/6`, `{}`}, + + {`"require.php" is not a string/null`, `{"require":{"php":null}}`}, + {`"require.php" is not a string/object`, `{"require":{"php":{}}}`}, + {`"require.php" is not a string/array`, `{"require":{"php":[]}}`}, + {`"require.php" is not a string/integer`, `{"require":{"php":123}}`}, + {`"require.php" is not a string/float`, `{"require":{"php":12.3}}`}, + {`"require.php" is not a string/true`, `{"require":{"php":true}}`}, + {`"require.php" is not a string/false`, `{"require":{"php":false}}`}, + + {`"require.php" is not a valid constraint/ruby`, `{"require":{"php":"~>1.0"}}`}, + {`"require.php" is not a valid constraint/empty string`, `{"require":{"php":""}}`}, + {`"require.php" is not a valid constraint/invalid string`, `{"require":{"php":"invalid constraint"}}`}, + + {`unsatisfiable/1`, `{"require":{"php":">8.0 <7.0"}}`}, + {`unsatisfiable/2`, `{"require":{"php":">999"}}`}, + {`unsatisfiable/3`, `{"require":{"php":"dev-master"}}`}, + + {`invalid json`, `{invalid json`}, +} + +var fileTemplate = template.Must(template.New("").Parse(fileTemplateRaw)) + +type rawData struct { + name string + ComposerJSON string +} + +type data struct { + Mode string + rawData +} + +func (d data) Name() string { + return d.name +} + +func (d data) Write(f *os.File) error { + return fileTemplate.Execute(f, d) +} + +func main() { + var cases []data + for _, mode := range internal.Modes { + for _, r := range rawCases { + cases = append(cases, data{ + Mode: mode, + rawData: r, + }) + } + + err := internal.Generate("composer/fail", cases...) + if err != nil { + panic(err) + } + } +} diff --git a/internal/composer/fail/main_test.go b/internal/composer/fail/main_test.go new file mode 100644 index 0000000..a18513d --- /dev/null +++ b/internal/composer/fail/main_test.go @@ -0,0 +1,12 @@ +package main_test + +import ( + "testing" + + "github.com/typisttech/php-matrix/internal" +) + +//go:generate go run ./main.go +func Test(t *testing.T) { + internal.RunTestscript(t) +} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_array.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_array.txtar new file mode 100644 index 0000000..242d65a --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_array.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/array" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":[]}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_false.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_false.txtar new file mode 100644 index 0000000..122f6c3 --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_false.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/false" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":false}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_float.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_float.txtar new file mode 100644 index 0000000..329284d --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_float.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/float" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":12.3}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_integer.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_integer.txtar new file mode 100644 index 0000000..33915ca --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_integer.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/integer" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":123}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_null.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_null.txtar new file mode 100644 index 0000000..af02695 --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_null.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/null" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":null}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_object.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_object.txtar new file mode 100644 index 0000000..2d996f3 --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_object.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/object" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":{}}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_string_true.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_string_true.txtar new file mode 100644 index 0000000..8d05dba --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_string_true.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a string/true" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"php":true}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_empty_string.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_empty_string.txtar new file mode 100644 index 0000000..4671334 --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_empty_string.txtar @@ -0,0 +1,27 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a valid constraint/empty string" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not a valid version constraint: Could not parse version constraint : Invalid version + string "" + +-- composer.json -- +{"require":{"php":""}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_invalid_string.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_invalid_string.txtar new file mode 100644 index 0000000..c74ce97 --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_invalid_string.txtar @@ -0,0 +1,27 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a valid constraint/invalid string" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not a valid version constraint: Could not parse version constraint invalid: Invalid + version string "invalid" + +-- composer.json -- +{"require":{"php":"invalid constraint"}} diff --git a/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_ruby.txtar b/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_ruby.txtar new file mode 100644 index 0000000..4f30f5d --- /dev/null +++ b/internal/composer/fail/testdata/_require.php__is_not_a_valid_constraint_ruby.txtar @@ -0,0 +1,27 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the ""require.php" is not a valid constraint/ruby" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not a valid version constraint: Could not parse version constraint ~>1.0: Invalid + operator "~>", you probably meant to use the "~" operator + +-- composer.json -- +{"require":{"php":"~>1.0"}} diff --git a/internal/composer/fail/testdata/invalid_json.txtar b/internal/composer/fail/testdata/invalid_json.txtar new file mode 100644 index 0000000..22d565f --- /dev/null +++ b/internal/composer/fail/testdata/invalid_json.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "invalid json" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The file is not a valid JSON at path "./composer.json". + +-- composer.json -- +{invalid json diff --git a/internal/composer/fail/testdata/no__require.php__is_set_1.txtar b/internal/composer/fail/testdata/no__require.php__is_set_1.txtar new file mode 100644 index 0000000..c8f8830 --- /dev/null +++ b/internal/composer/fail/testdata/no__require.php__is_set_1.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "no "require.php" is set/1" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{"some/package":"^1.0"}} diff --git a/internal/composer/fail/testdata/no__require.php__is_set_2.txtar b/internal/composer/fail/testdata/no__require.php__is_set_2.txtar new file mode 100644 index 0000000..7fb83d3 --- /dev/null +++ b/internal/composer/fail/testdata/no__require.php__is_set_2.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "no "require.php" is set/2" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":{}} diff --git a/internal/composer/fail/testdata/no__require.php__is_set_3.txtar b/internal/composer/fail/testdata/no__require.php__is_set_3.txtar new file mode 100644 index 0000000..62ed3ee --- /dev/null +++ b/internal/composer/fail/testdata/no__require.php__is_set_3.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "no "require.php" is set/3" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require":123} diff --git a/internal/composer/fail/testdata/no__require.php__is_set_4.txtar b/internal/composer/fail/testdata/no__require.php__is_set_4.txtar new file mode 100644 index 0000000..d84870e --- /dev/null +++ b/internal/composer/fail/testdata/no__require.php__is_set_4.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "no "require.php" is set/4" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"require-dev":{"php":"^1.0"}} diff --git a/internal/composer/fail/testdata/no__require.php__is_set_5.txtar b/internal/composer/fail/testdata/no__require.php__is_set_5.txtar new file mode 100644 index 0000000..4a01911 --- /dev/null +++ b/internal/composer/fail/testdata/no__require.php__is_set_5.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "no "require.php" is set/5" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{"php":"^1.0"} diff --git a/internal/composer/fail/testdata/no__require.php__is_set_6.txtar b/internal/composer/fail/testdata/no__require.php__is_set_6.txtar new file mode 100644 index 0000000..dcdfb41 --- /dev/null +++ b/internal/composer/fail/testdata/no__require.php__is_set_6.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "no "require.php" is set/6" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The "require.php" field is not set or not a string. + +-- composer.json -- +{} diff --git a/internal/composer/fail/testdata/unsatisfiable_1.txtar b/internal/composer/fail/testdata/unsatisfiable_1.txtar new file mode 100644 index 0000000..51af7fc --- /dev/null +++ b/internal/composer/fail/testdata/unsatisfiable_1.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "unsatisfiable/1" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] No PHP versions could satisfy the constraint ">8.0 <7.0". + +-- composer.json -- +{"require":{"php":">8.0 <7.0"}} diff --git a/internal/composer/fail/testdata/unsatisfiable_2.txtar b/internal/composer/fail/testdata/unsatisfiable_2.txtar new file mode 100644 index 0000000..9193028 --- /dev/null +++ b/internal/composer/fail/testdata/unsatisfiable_2.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "unsatisfiable/2" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] No PHP versions could satisfy the constraint ">999". + +-- composer.json -- +{"require":{"php":">999"}} diff --git a/internal/composer/fail/testdata/unsatisfiable_3.txtar b/internal/composer/fail/testdata/unsatisfiable_3.txtar new file mode 100644 index 0000000..e305d34 --- /dev/null +++ b/internal/composer/fail/testdata/unsatisfiable_3.txtar @@ -0,0 +1,26 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/fail/main.go" +# Test the "unsatisfiable/3" case + +! exec php-matrix composer --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix composer --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] No PHP versions could satisfy the constraint "dev-master". + +-- composer.json -- +{"require":{"php":"dev-master"}} diff --git a/internal/composer/misc/main_test.go b/internal/composer/misc/main_test.go new file mode 100644 index 0000000..eb61d21 --- /dev/null +++ b/internal/composer/misc/main_test.go @@ -0,0 +1,11 @@ +package main_test + +import ( + "testing" + + "github.com/typisttech/php-matrix/internal" +) + +func Test(t *testing.T) { + internal.RunTestscript(t) +} diff --git a/internal/composer/misc/testdata/bad_mode.txtar b/internal/composer/misc/testdata/bad_mode.txtar new file mode 100644 index 0000000..aad6dbf --- /dev/null +++ b/internal/composer/misc/testdata/bad_mode.txtar @@ -0,0 +1,14 @@ +! exec php-matrix composer --mode=bad +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + [ERROR] Invalid --mode "bad". Available modes: [full, minor-only] + + +composer [--source SOURCE] [--mode MODE] [--] [] + +-- composer.json -- +{"require":{"php":"^7.4"}} diff --git a/internal/composer/misc/testdata/bad_option.txtar b/internal/composer/misc/testdata/bad_option.txtar new file mode 100644 index 0000000..f8cd38f --- /dev/null +++ b/internal/composer/misc/testdata/bad_option.txtar @@ -0,0 +1,14 @@ +! exec php-matrix composer --not-an-option=bad +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + The "--not-an-option" option does not exist. + + +composer [--source SOURCE] [--mode MODE] [--] [] + +-- composer.json -- +{"require":{"php":"^7.4"}} diff --git a/internal/composer/misc/testdata/bad_path.txtar b/internal/composer/misc/testdata/bad_path.txtar new file mode 100644 index 0000000..b2ded1f --- /dev/null +++ b/internal/composer/misc/testdata/bad_path.txtar @@ -0,0 +1,10 @@ +! exec php-matrix composer composer2.json +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] The file is not readable or does not exist at path "composer2.json". + +-- composer.json -- +{"require":{"php":"^7.4"}} diff --git a/internal/composer/misc/testdata/bad_source.txtar b/internal/composer/misc/testdata/bad_source.txtar new file mode 100644 index 0000000..6329021 --- /dev/null +++ b/internal/composer/misc/testdata/bad_source.txtar @@ -0,0 +1,14 @@ +! exec php-matrix composer --source=bad +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + [ERROR] Invalid --source "bad". Available sources: [auto, php.net, offline] + + +composer [--source SOURCE] [--mode MODE] [--] [] + +-- composer.json -- +{"require":{"php":"^7.4"}} diff --git a/internal/composer/misc/testdata/too_many-arguments.txtar b/internal/composer/misc/testdata/too_many-arguments.txtar new file mode 100644 index 0000000..e736afe --- /dev/null +++ b/internal/composer/misc/testdata/too_many-arguments.txtar @@ -0,0 +1,17 @@ +! exec php-matrix composer composer.json composer2.json +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + Too many arguments to "composer" command, expected arguments "path". + + +composer [--source SOURCE] [--mode MODE] [--] [] + +-- composer.json -- +{"require":{"php":"^7.4"}} + +-- composer2.json -- +{"require":{"php":"^8.0"}} diff --git a/internal/composer/success/main.go b/internal/composer/success/main.go new file mode 100644 index 0000000..6ff6f96 --- /dev/null +++ b/internal/composer/success/main.go @@ -0,0 +1,67 @@ +package main + +import ( + "fmt" + "os" + "text/template" + + "github.com/typisttech/php-matrix/internal" +) + +const fileTemplateRaw = `# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '{{ .Name }}' case + +exec php-matrix composer {{ .Mode }} +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer {{ .Mode }} --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer {{ .Mode }} --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer {{ .Mode }} --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"{{ .Constraint }}"}} + +-- stdout.golden -- +` + +var fileTemplate = template.Must(template.New("").Parse(fileTemplateRaw)) + +type data struct { + Mode string + Constraint string +} + +func (d data) Name() string { + return fmt.Sprintf("%q__%q", d.Mode, d.Constraint) +} + +func (d data) Write(f *os.File) error { + return fileTemplate.Execute(f, d) +} + +func main() { + var cases []data + for _, mode := range internal.Modes { + for _, constraint := range internal.Constraints { + cases = append(cases, data{ + Mode: mode, + Constraint: constraint, + }) + } + } + + err := internal.Generate("composer/success", cases...) + if err != nil { + panic(err) + } +} diff --git a/internal/composer/success/main_test.go b/internal/composer/success/main_test.go new file mode 100644 index 0000000..a18513d --- /dev/null +++ b/internal/composer/success/main_test.go @@ -0,0 +1,12 @@ +package main_test + +import ( + "testing" + + "github.com/typisttech/php-matrix/internal" +) + +//go:generate go run ./main.go +func Test(t *testing.T) { + internal.RunTestscript(t) +} diff --git a/internal/composer/success/testdata/_--mode_full_____7.1.2_.txtar b/internal/composer/success/testdata/_--mode_full_____7.1.2_.txtar new file mode 100644 index 0000000..b22652d --- /dev/null +++ b/internal/composer/success/testdata/_--mode_full_____7.1.2_.txtar @@ -0,0 +1,164 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"^7.1.2"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1.2"}} + +-- stdout.golden -- +{ + "constraint": "^7.1.2", + "versions": [ + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.1.2", + "highest": "7.4.33" +} diff --git a/internal/composer/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar b/internal/composer/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar new file mode 100644 index 0000000..d548fa8 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar @@ -0,0 +1,196 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"^7.1.2 || ~8.1.2"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1.2 || ~8.1.2"}} + +-- stdout.golden -- +{ + "constraint": "^7.1.2 || ~8.1.2", + "versions": [ + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33", + "8.1.2", + "8.1.3", + "8.1.4", + "8.1.5", + "8.1.6", + "8.1.7", + "8.1.8", + "8.1.9", + "8.1.10", + "8.1.11", + "8.1.12", + "8.1.13", + "8.1.14", + "8.1.15", + "8.1.16", + "8.1.17", + "8.1.18", + "8.1.19", + "8.1.20", + "8.1.21", + "8.1.22", + "8.1.23", + "8.1.24", + "8.1.25", + "8.1.26", + "8.1.27", + "8.1.28", + "8.1.29", + "8.1.30", + "8.1.31", + "8.1.32", + "8.1.33" + ], + "lowest": "7.1.2", + "highest": "8.1.33" +} diff --git a/internal/composer/success/testdata/_--mode_full_____7.1_.txtar b/internal/composer/success/testdata/_--mode_full_____7.1_.txtar new file mode 100644 index 0000000..f2b2776 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_full_____7.1_.txtar @@ -0,0 +1,166 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"^7.1"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1"}} + +-- stdout.golden -- +{ + "constraint": "^7.1", + "versions": [ + "7.1.0", + "7.1.1", + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.1.0", + "highest": "7.4.33" +} diff --git a/internal/composer/success/testdata/_--mode_full_____7_.txtar b/internal/composer/success/testdata/_--mode_full_____7_.txtar new file mode 100644 index 0000000..b457c8b --- /dev/null +++ b/internal/composer/success/testdata/_--mode_full_____7_.txtar @@ -0,0 +1,200 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"^7"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7"}} + +-- stdout.golden -- +{ + "constraint": "^7", + "versions": [ + "7.0.0", + "7.0.1", + "7.0.2", + "7.0.3", + "7.0.4", + "7.0.5", + "7.0.6", + "7.0.7", + "7.0.8", + "7.0.9", + "7.0.10", + "7.0.11", + "7.0.12", + "7.0.13", + "7.0.14", + "7.0.15", + "7.0.16", + "7.0.17", + "7.0.18", + "7.0.19", + "7.0.20", + "7.0.21", + "7.0.22", + "7.0.23", + "7.0.24", + "7.0.25", + "7.0.26", + "7.0.27", + "7.0.28", + "7.0.29", + "7.0.30", + "7.0.31", + "7.0.32", + "7.0.33", + "7.1.0", + "7.1.1", + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.0.0", + "highest": "7.4.33" +} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______full___.snap" b/internal/composer/success/testdata/_--mode_full_____7__7.2_.txtar similarity index 50% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______full___.snap" rename to internal/composer/success/testdata/_--mode_full_____7__7.2_.txtar index 74c89f6..11853c4 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______full___.snap" +++ b/internal/composer/success/testdata/_--mode_full_____7__7.2_.txtar @@ -1,6 +1,65 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"^7 ^7.2"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7 ^7.2"}} + +-- stdout.golden -- { - "constraint": "^7.3", + "constraint": "^7 ^7.2", "versions": [ + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", "7.3.0", "7.3.1", "7.3.2", @@ -68,6 +127,6 @@ "7.4.32", "7.4.33" ], - "lowest": "7.3.0", + "lowest": "7.2.0", "highest": "7.4.33" } diff --git a/internal/composer/success/testdata/_--mode_full_____7_stable_.txtar b/internal/composer/success/testdata/_--mode_full_____7_stable_.txtar new file mode 100644 index 0000000..21e9e7a --- /dev/null +++ b/internal/composer/success/testdata/_--mode_full_____7_stable_.txtar @@ -0,0 +1,200 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"^7@stable"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7@stable"}} + +-- stdout.golden -- +{ + "constraint": "^7@stable", + "versions": [ + "7.0.0", + "7.0.1", + "7.0.2", + "7.0.3", + "7.0.4", + "7.0.5", + "7.0.6", + "7.0.7", + "7.0.8", + "7.0.9", + "7.0.10", + "7.0.11", + "7.0.12", + "7.0.13", + "7.0.14", + "7.0.15", + "7.0.16", + "7.0.17", + "7.0.18", + "7.0.19", + "7.0.20", + "7.0.21", + "7.0.22", + "7.0.23", + "7.0.24", + "7.0.25", + "7.0.26", + "7.0.27", + "7.0.28", + "7.0.29", + "7.0.30", + "7.0.31", + "7.0.32", + "7.0.33", + "7.1.0", + "7.1.1", + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.0.0", + "highest": "7.4.33" +} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______full___.snap" b/internal/composer/success/testdata/_--mode_full______.txtar similarity index 94% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______full___.snap" rename to internal/composer/success/testdata/_--mode_full______.txtar index da20d18..42d6ad7 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______full___.snap" +++ b/internal/composer/success/testdata/_--mode_full______.txtar @@ -1,3 +1,27 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"*"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"*"}} + +-- stdout.golden -- { "constraint": "*", "versions": [ diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______full___.snap" b/internal/composer/success/testdata/_--mode_full_____stable_.txtar similarity index 94% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______full___.snap" rename to internal/composer/success/testdata/_--mode_full_____stable_.txtar index 401686d..7b1ead3 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______full___.snap" +++ b/internal/composer/success/testdata/_--mode_full_____stable_.txtar @@ -1,3 +1,27 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=full"__"@stable"' case + +exec php-matrix composer --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"@stable"}} + +-- stdout.golden -- { "constraint": "@stable", "versions": [ diff --git a/internal/composer/success/testdata/_--mode_minor-only_____7.1.2_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____7.1.2_.txtar new file mode 100644 index 0000000..b9ac8c3 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____7.1.2_.txtar @@ -0,0 +1,35 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"^7.1.2"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1.2"}} + +-- stdout.golden -- +{ + "constraint": "^7.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar new file mode 100644 index 0000000..ac844b8 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar @@ -0,0 +1,36 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"^7.1.2 || ~8.1.2"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1.2 || ~8.1.2"}} + +-- stdout.golden -- +{ + "constraint": "^7.1.2 || ~8.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4", + "8.1" + ], + "lowest": "7.1", + "highest": "8.1" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only_____7.1_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____7.1_.txtar new file mode 100644 index 0000000..c227266 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____7.1_.txtar @@ -0,0 +1,35 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"^7.1"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1"}} + +-- stdout.golden -- +{ + "constraint": "^7.1", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only_____7_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____7_.txtar new file mode 100644 index 0000000..c1d51e8 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____7_.txtar @@ -0,0 +1,36 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"^7"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7"}} + +-- stdout.golden -- +{ + "constraint": "^7", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only_____7__7.2_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____7__7.2_.txtar new file mode 100644 index 0000000..129eafc --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____7__7.2_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"^7 ^7.2"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7 ^7.2"}} + +-- stdout.golden -- +{ + "constraint": "^7 ^7.2", + "versions": [ + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.2", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only_____7_stable_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____7_stable_.txtar new file mode 100644 index 0000000..c6fd490 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____7_stable_.txtar @@ -0,0 +1,36 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"^7@stable"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7@stable"}} + +-- stdout.golden -- +{ + "constraint": "^7@stable", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only______.txtar b/internal/composer/success/testdata/_--mode_minor-only______.txtar new file mode 100644 index 0000000..4de523a --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only______.txtar @@ -0,0 +1,48 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"*"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"*"}} + +-- stdout.golden -- +{ + "constraint": "*", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/composer/success/testdata/_--mode_minor-only_____stable_.txtar b/internal/composer/success/testdata/_--mode_minor-only_____stable_.txtar new file mode 100644 index 0000000..04c36f9 --- /dev/null +++ b/internal/composer/success/testdata/_--mode_minor-only_____stable_.txtar @@ -0,0 +1,48 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '"--mode=minor-only"__"@stable"' case + +exec php-matrix composer --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"@stable"}} + +-- stdout.golden -- +{ + "constraint": "@stable", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/composer/success/testdata/______7.1.2_.txtar b/internal/composer/success/testdata/______7.1.2_.txtar new file mode 100644 index 0000000..ce57f6f --- /dev/null +++ b/internal/composer/success/testdata/______7.1.2_.txtar @@ -0,0 +1,35 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"^7.1.2"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1.2"}} + +-- stdout.golden -- +{ + "constraint": "^7.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/______7.1.2_____8.1.2_.txtar b/internal/composer/success/testdata/______7.1.2_____8.1.2_.txtar new file mode 100644 index 0000000..a739ca8 --- /dev/null +++ b/internal/composer/success/testdata/______7.1.2_____8.1.2_.txtar @@ -0,0 +1,36 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"^7.1.2 || ~8.1.2"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1.2 || ~8.1.2"}} + +-- stdout.golden -- +{ + "constraint": "^7.1.2 || ~8.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4", + "8.1" + ], + "lowest": "7.1", + "highest": "8.1" +} diff --git a/internal/composer/success/testdata/______7.1_.txtar b/internal/composer/success/testdata/______7.1_.txtar new file mode 100644 index 0000000..03dca20 --- /dev/null +++ b/internal/composer/success/testdata/______7.1_.txtar @@ -0,0 +1,35 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"^7.1"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7.1"}} + +-- stdout.golden -- +{ + "constraint": "^7.1", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/______7_.txtar b/internal/composer/success/testdata/______7_.txtar new file mode 100644 index 0000000..75a3119 --- /dev/null +++ b/internal/composer/success/testdata/______7_.txtar @@ -0,0 +1,36 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"^7"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7"}} + +-- stdout.golden -- +{ + "constraint": "^7", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/______7__7.2_.txtar b/internal/composer/success/testdata/______7__7.2_.txtar new file mode 100644 index 0000000..365432a --- /dev/null +++ b/internal/composer/success/testdata/______7__7.2_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"^7 ^7.2"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7 ^7.2"}} + +-- stdout.golden -- +{ + "constraint": "^7 ^7.2", + "versions": [ + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.2", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/______7_stable_.txtar b/internal/composer/success/testdata/______7_stable_.txtar new file mode 100644 index 0000000..7b3486b --- /dev/null +++ b/internal/composer/success/testdata/______7_stable_.txtar @@ -0,0 +1,36 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"^7@stable"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"^7@stable"}} + +-- stdout.golden -- +{ + "constraint": "^7@stable", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/composer/success/testdata/_______.txtar b/internal/composer/success/testdata/_______.txtar new file mode 100644 index 0000000..6e0598e --- /dev/null +++ b/internal/composer/success/testdata/_______.txtar @@ -0,0 +1,48 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"*"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"*"}} + +-- stdout.golden -- +{ + "constraint": "*", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/composer/success/testdata/______stable_.txtar b/internal/composer/success/testdata/______stable_.txtar new file mode 100644 index 0000000..5b74712 --- /dev/null +++ b/internal/composer/success/testdata/______stable_.txtar @@ -0,0 +1,48 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/composer/success/main.go" +# Test the '""__"@stable"' case + +exec php-matrix composer +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix composer --source=offline +cmp stdout stdout.golden +! stderr . + +-- composer.json -- +{"require":{"php":"@stable"}} + +-- stdout.golden -- +{ + "constraint": "@stable", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/constraint/fail/main.go b/internal/constraint/fail/main.go new file mode 100644 index 0000000..a435f6e --- /dev/null +++ b/internal/constraint/fail/main.go @@ -0,0 +1,86 @@ +package main + +import ( + "os" + "text/template" + + "github.com/typisttech/php-matrix/internal" +) + +const fileTemplateRaw = `# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "{{ .Name }}" case + +! exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- +` + +var rawCases = []rawData{ + {"empty string", ""}, + + {"null", "null"}, + {"object", "{}"}, + {"array", "[]"}, + {"true", "true"}, + {"false", "false"}, + + {"ruby", "~>1.0"}, + {"empty string", ""}, + {"invalid string", "invalid constraint"}, + + {"unsatisfiable/1", ">8.0 <7.0"}, + {"unsatisfiable/2", ">999"}, + {"unsatisfiable/3", "dev-master"}, +} + +var fileTemplate = template.Must(template.New("").Parse(fileTemplateRaw)) + +type rawData struct { + name string + Constraint string +} + +type data struct { + Mode string + rawData +} + +func (d data) Name() string { + return d.name +} + +func (d data) Write(f *os.File) error { + return fileTemplate.Execute(f, d) +} + +func main() { + var cases []data + for _, mode := range internal.Modes { + for _, r := range rawCases { + cases = append(cases, data{ + Mode: mode, + rawData: r, + }) + } + + err := internal.Generate("constraint/fail", cases...) + if err != nil { + panic(err) + } + } +} diff --git a/internal/constraint/fail/main_test.go b/internal/constraint/fail/main_test.go new file mode 100644 index 0000000..a18513d --- /dev/null +++ b/internal/constraint/fail/main_test.go @@ -0,0 +1,12 @@ +package main_test + +import ( + "testing" + + "github.com/typisttech/php-matrix/internal" +) + +//go:generate go run ./main.go +func Test(t *testing.T) { + internal.RunTestscript(t) +} diff --git a/internal/constraint/fail/testdata/array.txtar b/internal/constraint/fail/testdata/array.txtar new file mode 100644 index 0000000..79c4242 --- /dev/null +++ b/internal/constraint/fail/testdata/array.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "array" case + +! exec php-matrix constraint '[]' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '[]' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '[]' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '[]' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint []: Invalid version string "[]" + diff --git a/internal/constraint/fail/testdata/empty_string.txtar b/internal/constraint/fail/testdata/empty_string.txtar new file mode 100644 index 0000000..e143bb9 --- /dev/null +++ b/internal/constraint/fail/testdata/empty_string.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "empty string" case + +! exec php-matrix constraint '' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint : Invalid version string "" + diff --git a/internal/constraint/fail/testdata/false.txtar b/internal/constraint/fail/testdata/false.txtar new file mode 100644 index 0000000..51b37f3 --- /dev/null +++ b/internal/constraint/fail/testdata/false.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "false" case + +! exec php-matrix constraint 'false' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'false' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'false' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'false' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint false: Invalid version string "false" + diff --git a/internal/constraint/fail/testdata/invalid_string.txtar b/internal/constraint/fail/testdata/invalid_string.txtar new file mode 100644 index 0000000..69737d5 --- /dev/null +++ b/internal/constraint/fail/testdata/invalid_string.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "invalid string" case + +! exec php-matrix constraint 'invalid constraint' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'invalid constraint' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'invalid constraint' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'invalid constraint' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint invalid: Invalid version string "invalid" + diff --git a/internal/constraint/fail/testdata/null.txtar b/internal/constraint/fail/testdata/null.txtar new file mode 100644 index 0000000..f111047 --- /dev/null +++ b/internal/constraint/fail/testdata/null.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "null" case + +! exec php-matrix constraint 'null' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'null' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'null' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'null' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint null: Invalid version string "null" + diff --git a/internal/constraint/fail/testdata/object.txtar b/internal/constraint/fail/testdata/object.txtar new file mode 100644 index 0000000..94e15a1 --- /dev/null +++ b/internal/constraint/fail/testdata/object.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "object" case + +! exec php-matrix constraint '{}' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '{}' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '{}' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '{}' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint {}: Invalid version string "{}" + diff --git a/internal/constraint/fail/testdata/ruby.txtar b/internal/constraint/fail/testdata/ruby.txtar new file mode 100644 index 0000000..0e17414 --- /dev/null +++ b/internal/constraint/fail/testdata/ruby.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "ruby" case + +! exec php-matrix constraint '~>1.0' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '~>1.0' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '~>1.0' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '~>1.0' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint ~>1.0: Invalid operator "~>", you probably meant to use the "~" operator + diff --git a/internal/constraint/fail/testdata/true.txtar b/internal/constraint/fail/testdata/true.txtar new file mode 100644 index 0000000..cef8c65 --- /dev/null +++ b/internal/constraint/fail/testdata/true.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "true" case + +! exec php-matrix constraint 'true' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'true' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'true' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'true' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] Could not parse version constraint true: Invalid version string "true" + diff --git a/internal/constraint/fail/testdata/unsatisfiable_1.txtar b/internal/constraint/fail/testdata/unsatisfiable_1.txtar new file mode 100644 index 0000000..8886b5c --- /dev/null +++ b/internal/constraint/fail/testdata/unsatisfiable_1.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "unsatisfiable/1" case + +! exec php-matrix constraint '>8.0 <7.0' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '>8.0 <7.0' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '>8.0 <7.0' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '>8.0 <7.0' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] No PHP versions could satisfy the constraint ">8.0 <7.0". + diff --git a/internal/constraint/fail/testdata/unsatisfiable_2.txtar b/internal/constraint/fail/testdata/unsatisfiable_2.txtar new file mode 100644 index 0000000..79cbf9b --- /dev/null +++ b/internal/constraint/fail/testdata/unsatisfiable_2.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "unsatisfiable/2" case + +! exec php-matrix constraint '>999' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '>999' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '>999' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint '>999' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] No PHP versions could satisfy the constraint ">999". + diff --git a/internal/constraint/fail/testdata/unsatisfiable_3.txtar b/internal/constraint/fail/testdata/unsatisfiable_3.txtar new file mode 100644 index 0000000..6f6c818 --- /dev/null +++ b/internal/constraint/fail/testdata/unsatisfiable_3.txtar @@ -0,0 +1,24 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/fail/main.go" +# Test the "unsatisfiable/3" case + +! exec php-matrix constraint 'dev-master' --mode=full +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'dev-master' --mode=full --source=auto +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'dev-master' --mode=full --source=php.net +! stdout . +cmp stderr stderr.golden + +! exec php-matrix constraint 'dev-master' --mode=full --source=offline +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + [ERROR] No PHP versions could satisfy the constraint "dev-master". + diff --git a/internal/constraint/misc/main_test.go b/internal/constraint/misc/main_test.go new file mode 100644 index 0000000..eb61d21 --- /dev/null +++ b/internal/constraint/misc/main_test.go @@ -0,0 +1,11 @@ +package main_test + +import ( + "testing" + + "github.com/typisttech/php-matrix/internal" +) + +func Test(t *testing.T) { + internal.RunTestscript(t) +} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______full___.snap" b/internal/constraint/misc/testdata/bad_mode.txtar similarity index 51% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______full___.snap" rename to internal/constraint/misc/testdata/bad_mode.txtar index 9ce2486..8ee5b0a 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______full___.snap" +++ b/internal/constraint/misc/testdata/bad_mode.txtar @@ -1,7 +1,12 @@ +! exec php-matrix constraint '^7' --mode=bad +! stdout . +cmp stderr stderr.golden - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - +-- stderr.golden -- + + + [ERROR] Invalid --mode "bad". Available modes: [full, minor-only] + constraint [--source SOURCE] [--mode MODE] [--] diff --git a/internal/constraint/misc/testdata/bad_option.txtar b/internal/constraint/misc/testdata/bad_option.txtar new file mode 100644 index 0000000..9ba0bcb --- /dev/null +++ b/internal/constraint/misc/testdata/bad_option.txtar @@ -0,0 +1,12 @@ +! exec php-matrix constraint '^7' --not-an-option=bad +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + The "--not-an-option" option does not exist. + + +constraint [--source SOURCE] [--mode MODE] [--] + diff --git a/internal/constraint/misc/testdata/bad_source.txtar b/internal/constraint/misc/testdata/bad_source.txtar new file mode 100644 index 0000000..0f59ca6 --- /dev/null +++ b/internal/constraint/misc/testdata/bad_source.txtar @@ -0,0 +1,12 @@ +! exec php-matrix constraint '^7' --source=bad +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + [ERROR] Invalid --source "bad". Available sources: [auto, php.net, offline] + + +constraint [--source SOURCE] [--mode MODE] [--] + diff --git a/internal/constraint/misc/testdata/too_many-arguments.txtar b/internal/constraint/misc/testdata/too_many-arguments.txtar new file mode 100644 index 0000000..be7ac6a --- /dev/null +++ b/internal/constraint/misc/testdata/too_many-arguments.txtar @@ -0,0 +1,12 @@ +! exec php-matrix constraint '^7' '^8' +! stdout . +cmp stderr stderr.golden + +-- stderr.golden -- + + + Too many arguments to "constraint" command, expected arguments "constraint". + + +constraint [--source SOURCE] [--mode MODE] [--] + diff --git a/internal/constraint/success/main.go b/internal/constraint/success/main.go new file mode 100644 index 0000000..c97e115 --- /dev/null +++ b/internal/constraint/success/main.go @@ -0,0 +1,65 @@ +package main + +import ( + "fmt" + "os" + "text/template" + + "github.com/typisttech/php-matrix/internal" +) + +const fileTemplateRaw = `# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '{{ .Name }}' case + +exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '{{ .Constraint }}' {{ .Mode }} --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +` + +var fileTemplate = template.Must(template.New("").Parse(fileTemplateRaw)) + +type data struct { + Mode string + Constraint string +} + +func (d data) Name() string { + return fmt.Sprintf("%q__%q", d.Mode, d.Constraint) +} + +func (d data) Write(f *os.File) error { + return fileTemplate.Execute(f, d) +} + +func main() { + var cases []data + for _, mode := range internal.Modes { + for _, constraint := range internal.Constraints { + cases = append(cases, data{ + Mode: mode, + Constraint: constraint, + }) + } + } + + err := internal.Generate("constraint/success", cases...) + if err != nil { + panic(err) + } +} diff --git a/internal/constraint/success/main_test.go b/internal/constraint/success/main_test.go new file mode 100644 index 0000000..a18513d --- /dev/null +++ b/internal/constraint/success/main_test.go @@ -0,0 +1,12 @@ +package main_test + +import ( + "testing" + + "github.com/typisttech/php-matrix/internal" +) + +//go:generate go run ./main.go +func Test(t *testing.T) { + internal.RunTestscript(t) +} diff --git a/internal/constraint/success/testdata/_--mode_full_____7.1.2_.txtar b/internal/constraint/success/testdata/_--mode_full_____7.1.2_.txtar new file mode 100644 index 0000000..dc40701 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_full_____7.1.2_.txtar @@ -0,0 +1,162 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"^7.1.2"' case + +exec php-matrix constraint '^7.1.2' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1.2", + "versions": [ + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.1.2", + "highest": "7.4.33" +} diff --git a/internal/constraint/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar b/internal/constraint/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar new file mode 100644 index 0000000..9c29c84 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_full_____7.1.2_____8.1.2_.txtar @@ -0,0 +1,194 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"^7.1.2 || ~8.1.2"' case + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1.2 || ~8.1.2", + "versions": [ + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33", + "8.1.2", + "8.1.3", + "8.1.4", + "8.1.5", + "8.1.6", + "8.1.7", + "8.1.8", + "8.1.9", + "8.1.10", + "8.1.11", + "8.1.12", + "8.1.13", + "8.1.14", + "8.1.15", + "8.1.16", + "8.1.17", + "8.1.18", + "8.1.19", + "8.1.20", + "8.1.21", + "8.1.22", + "8.1.23", + "8.1.24", + "8.1.25", + "8.1.26", + "8.1.27", + "8.1.28", + "8.1.29", + "8.1.30", + "8.1.31", + "8.1.32", + "8.1.33" + ], + "lowest": "7.1.2", + "highest": "8.1.33" +} diff --git a/internal/constraint/success/testdata/_--mode_full_____7.1_.txtar b/internal/constraint/success/testdata/_--mode_full_____7.1_.txtar new file mode 100644 index 0000000..3d9d4b9 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_full_____7.1_.txtar @@ -0,0 +1,164 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"^7.1"' case + +exec php-matrix constraint '^7.1' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1", + "versions": [ + "7.1.0", + "7.1.1", + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.1.0", + "highest": "7.4.33" +} diff --git a/internal/constraint/success/testdata/_--mode_full_____7_.txtar b/internal/constraint/success/testdata/_--mode_full_____7_.txtar new file mode 100644 index 0000000..10dd79e --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_full_____7_.txtar @@ -0,0 +1,198 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"^7"' case + +exec php-matrix constraint '^7' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7", + "versions": [ + "7.0.0", + "7.0.1", + "7.0.2", + "7.0.3", + "7.0.4", + "7.0.5", + "7.0.6", + "7.0.7", + "7.0.8", + "7.0.9", + "7.0.10", + "7.0.11", + "7.0.12", + "7.0.13", + "7.0.14", + "7.0.15", + "7.0.16", + "7.0.17", + "7.0.18", + "7.0.19", + "7.0.20", + "7.0.21", + "7.0.22", + "7.0.23", + "7.0.24", + "7.0.25", + "7.0.26", + "7.0.27", + "7.0.28", + "7.0.29", + "7.0.30", + "7.0.31", + "7.0.32", + "7.0.33", + "7.1.0", + "7.1.1", + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.0.0", + "highest": "7.4.33" +} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______full___.snap" b/internal/constraint/success/testdata/_--mode_full_____7__7.2_.txtar similarity index 50% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______full___.snap" rename to internal/constraint/success/testdata/_--mode_full_____7__7.2_.txtar index 74c89f6..0caf937 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______full___.snap" +++ b/internal/constraint/success/testdata/_--mode_full_____7__7.2_.txtar @@ -1,6 +1,63 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"^7 ^7.2"' case + +exec php-matrix constraint '^7 ^7.2' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- { - "constraint": "^7.3", + "constraint": "^7 ^7.2", "versions": [ + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", "7.3.0", "7.3.1", "7.3.2", @@ -68,6 +125,6 @@ "7.4.32", "7.4.33" ], - "lowest": "7.3.0", + "lowest": "7.2.0", "highest": "7.4.33" } diff --git a/internal/constraint/success/testdata/_--mode_full_____7_stable_.txtar b/internal/constraint/success/testdata/_--mode_full_____7_stable_.txtar new file mode 100644 index 0000000..23b543c --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_full_____7_stable_.txtar @@ -0,0 +1,198 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"^7@stable"' case + +exec php-matrix constraint '^7@stable' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7@stable", + "versions": [ + "7.0.0", + "7.0.1", + "7.0.2", + "7.0.3", + "7.0.4", + "7.0.5", + "7.0.6", + "7.0.7", + "7.0.8", + "7.0.9", + "7.0.10", + "7.0.11", + "7.0.12", + "7.0.13", + "7.0.14", + "7.0.15", + "7.0.16", + "7.0.17", + "7.0.18", + "7.0.19", + "7.0.20", + "7.0.21", + "7.0.22", + "7.0.23", + "7.0.24", + "7.0.25", + "7.0.26", + "7.0.27", + "7.0.28", + "7.0.29", + "7.0.30", + "7.0.31", + "7.0.32", + "7.0.33", + "7.1.0", + "7.1.1", + "7.1.2", + "7.1.3", + "7.1.4", + "7.1.5", + "7.1.6", + "7.1.7", + "7.1.8", + "7.1.9", + "7.1.10", + "7.1.11", + "7.1.12", + "7.1.13", + "7.1.14", + "7.1.15", + "7.1.16", + "7.1.17", + "7.1.18", + "7.1.19", + "7.1.20", + "7.1.21", + "7.1.22", + "7.1.23", + "7.1.24", + "7.1.25", + "7.1.26", + "7.1.27", + "7.1.28", + "7.1.29", + "7.1.30", + "7.1.31", + "7.1.32", + "7.1.33", + "7.2.0", + "7.2.1", + "7.2.2", + "7.2.3", + "7.2.4", + "7.2.5", + "7.2.6", + "7.2.7", + "7.2.8", + "7.2.9", + "7.2.10", + "7.2.11", + "7.2.12", + "7.2.13", + "7.2.14", + "7.2.15", + "7.2.16", + "7.2.17", + "7.2.18", + "7.2.19", + "7.2.20", + "7.2.21", + "7.2.22", + "7.2.23", + "7.2.24", + "7.2.25", + "7.2.26", + "7.2.27", + "7.2.28", + "7.2.29", + "7.2.30", + "7.2.31", + "7.2.32", + "7.2.33", + "7.2.34", + "7.3.0", + "7.3.1", + "7.3.2", + "7.3.3", + "7.3.4", + "7.3.5", + "7.3.6", + "7.3.7", + "7.3.8", + "7.3.9", + "7.3.10", + "7.3.11", + "7.3.12", + "7.3.13", + "7.3.14", + "7.3.15", + "7.3.16", + "7.3.17", + "7.3.18", + "7.3.19", + "7.3.20", + "7.3.21", + "7.3.22", + "7.3.23", + "7.3.24", + "7.3.25", + "7.3.26", + "7.3.27", + "7.3.28", + "7.3.29", + "7.3.30", + "7.3.31", + "7.3.32", + "7.3.33", + "7.4.0", + "7.4.1", + "7.4.2", + "7.4.3", + "7.4.4", + "7.4.5", + "7.4.6", + "7.4.7", + "7.4.8", + "7.4.9", + "7.4.10", + "7.4.11", + "7.4.12", + "7.4.13", + "7.4.14", + "7.4.15", + "7.4.16", + "7.4.18", + "7.4.19", + "7.4.20", + "7.4.21", + "7.4.22", + "7.4.23", + "7.4.24", + "7.4.25", + "7.4.26", + "7.4.27", + "7.4.28", + "7.4.29", + "7.4.30", + "7.4.32", + "7.4.33" + ], + "lowest": "7.0.0", + "highest": "7.4.33" +} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______full___.snap" b/internal/constraint/success/testdata/_--mode_full______.txtar similarity index 94% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______full___.snap" rename to internal/constraint/success/testdata/_--mode_full______.txtar index da20d18..aed7d28 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______full___.snap" +++ b/internal/constraint/success/testdata/_--mode_full______.txtar @@ -1,3 +1,25 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"*"' case + +exec php-matrix constraint '*' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- { "constraint": "*", "versions": [ diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______full___.snap" b/internal/constraint/success/testdata/_--mode_full_____stable_.txtar similarity index 94% rename from "tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______full___.snap" rename to internal/constraint/success/testdata/_--mode_full_____stable_.txtar index 401686d..79dacb0 100644 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______full___.snap" +++ b/internal/constraint/success/testdata/_--mode_full_____stable_.txtar @@ -1,3 +1,25 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=full"__"@stable"' case + +exec php-matrix constraint '@stable' --mode=full +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --mode=full --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --mode=full --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --mode=full --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- { "constraint": "@stable", "versions": [ diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_.txtar new file mode 100644 index 0000000..7c5a484 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_.txtar @@ -0,0 +1,33 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"^7.1.2"' case + +exec php-matrix constraint '^7.1.2' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar new file mode 100644 index 0000000..9f5391e --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____7.1.2_____8.1.2_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"^7.1.2 || ~8.1.2"' case + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1.2 || ~8.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4", + "8.1" + ], + "lowest": "7.1", + "highest": "8.1" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____7.1_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____7.1_.txtar new file mode 100644 index 0000000..a707794 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____7.1_.txtar @@ -0,0 +1,33 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"^7.1"' case + +exec php-matrix constraint '^7.1' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____7_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____7_.txtar new file mode 100644 index 0000000..6dbfc9d --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____7_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"^7"' case + +exec php-matrix constraint '^7' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____7__7.2_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____7__7.2_.txtar new file mode 100644 index 0000000..1391abe --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____7__7.2_.txtar @@ -0,0 +1,32 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"^7 ^7.2"' case + +exec php-matrix constraint '^7 ^7.2' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7 ^7.2", + "versions": [ + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.2", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____7_stable_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____7_stable_.txtar new file mode 100644 index 0000000..e22866c --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____7_stable_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"^7@stable"' case + +exec php-matrix constraint '^7@stable' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7@stable", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only______.txtar b/internal/constraint/success/testdata/_--mode_minor-only______.txtar new file mode 100644 index 0000000..bc7a144 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only______.txtar @@ -0,0 +1,46 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"*"' case + +exec php-matrix constraint '*' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "*", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/constraint/success/testdata/_--mode_minor-only_____stable_.txtar b/internal/constraint/success/testdata/_--mode_minor-only_____stable_.txtar new file mode 100644 index 0000000..645a1b8 --- /dev/null +++ b/internal/constraint/success/testdata/_--mode_minor-only_____stable_.txtar @@ -0,0 +1,46 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '"--mode=minor-only"__"@stable"' case + +exec php-matrix constraint '@stable' --mode=minor-only +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --mode=minor-only --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --mode=minor-only --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --mode=minor-only --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "@stable", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/constraint/success/testdata/______7.1.2_.txtar b/internal/constraint/success/testdata/______7.1.2_.txtar new file mode 100644 index 0000000..9e4b718 --- /dev/null +++ b/internal/constraint/success/testdata/______7.1.2_.txtar @@ -0,0 +1,33 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"^7.1.2"' case + +exec php-matrix constraint '^7.1.2' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/______7.1.2_____8.1.2_.txtar b/internal/constraint/success/testdata/______7.1.2_____8.1.2_.txtar new file mode 100644 index 0000000..9f8def4 --- /dev/null +++ b/internal/constraint/success/testdata/______7.1.2_____8.1.2_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"^7.1.2 || ~8.1.2"' case + +exec php-matrix constraint '^7.1.2 || ~8.1.2' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1.2 || ~8.1.2' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1.2 || ~8.1.2", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4", + "8.1" + ], + "lowest": "7.1", + "highest": "8.1" +} diff --git a/internal/constraint/success/testdata/______7.1_.txtar b/internal/constraint/success/testdata/______7.1_.txtar new file mode 100644 index 0000000..ebf7781 --- /dev/null +++ b/internal/constraint/success/testdata/______7.1_.txtar @@ -0,0 +1,33 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"^7.1"' case + +exec php-matrix constraint '^7.1' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7.1' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7.1", + "versions": [ + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.1", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/______7_.txtar b/internal/constraint/success/testdata/______7_.txtar new file mode 100644 index 0000000..a67fb0e --- /dev/null +++ b/internal/constraint/success/testdata/______7_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"^7"' case + +exec php-matrix constraint '^7' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/______7__7.2_.txtar b/internal/constraint/success/testdata/______7__7.2_.txtar new file mode 100644 index 0000000..aede392 --- /dev/null +++ b/internal/constraint/success/testdata/______7__7.2_.txtar @@ -0,0 +1,32 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"^7 ^7.2"' case + +exec php-matrix constraint '^7 ^7.2' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7 ^7.2' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7 ^7.2", + "versions": [ + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.2", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/______7_stable_.txtar b/internal/constraint/success/testdata/______7_stable_.txtar new file mode 100644 index 0000000..ba0bdf5 --- /dev/null +++ b/internal/constraint/success/testdata/______7_stable_.txtar @@ -0,0 +1,34 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"^7@stable"' case + +exec php-matrix constraint '^7@stable' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '^7@stable' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "^7@stable", + "versions": [ + "7.0", + "7.1", + "7.2", + "7.3", + "7.4" + ], + "lowest": "7.0", + "highest": "7.4" +} diff --git a/internal/constraint/success/testdata/_______.txtar b/internal/constraint/success/testdata/_______.txtar new file mode 100644 index 0000000..ed5da9a --- /dev/null +++ b/internal/constraint/success/testdata/_______.txtar @@ -0,0 +1,46 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"*"' case + +exec php-matrix constraint '*' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '*' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "*", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/constraint/success/testdata/______stable_.txtar b/internal/constraint/success/testdata/______stable_.txtar new file mode 100644 index 0000000..943f6ea --- /dev/null +++ b/internal/constraint/success/testdata/______stable_.txtar @@ -0,0 +1,46 @@ +# DO NOT EDIT THIS FILE +# This file is generated by "internal/constraint/success/main.go" +# Test the '""__"@stable"' case + +exec php-matrix constraint '@stable' +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --source=auto +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --source=php.net +cmp stdout stdout.golden +! stderr . + +exec php-matrix constraint '@stable' --source=offline +cmp stdout stdout.golden +! stderr . + + +-- stdout.golden -- +{ + "constraint": "@stable", + "versions": [ + "5.0", + "5.1", + "5.2", + "5.3", + "5.4", + "5.5", + "5.6", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "8.0", + "8.1", + "8.2", + "8.3", + "8.4" + ], + "lowest": "5.0", + "highest": "8.4" +} diff --git a/internal/file.go b/internal/file.go new file mode 100644 index 0000000..ee9ed74 --- /dev/null +++ b/internal/file.go @@ -0,0 +1,33 @@ +package internal + +import ( + "os" + "strings" +) + +func sanitizeFilename(n string) string { + n = strings.ToLower(n) + + return strings.Map(func(r rune) rune { + if (r >= 'a' && r <= 'z') || + (r >= '0' && r <= '9') || + r == '-' || + r == '_' || + r == '.' { + return r + } + return '_' + }, n) +} + +func ensureDirEmpty(path string) error { + if err := os.RemoveAll(path); err != nil { + return err + } + + if err := os.MkdirAll(path, 0755); err != nil { + return err + } + + return nil +} diff --git a/internal/main_test.go b/internal/main_test.go new file mode 100644 index 0000000..171ef2b --- /dev/null +++ b/internal/main_test.go @@ -0,0 +1,16 @@ +package internal_test + +import ( + "os/exec" + "testing" +) + +func Test(t *testing.T) { + p, err := exec.LookPath("php-matrix") + if err != nil { + t.Error("Could not find php-matrix binary in PATH") + t.FailNow() + } + + t.Logf("Found php-matrix binary at %s", p) +} diff --git a/internal/testscript.go b/internal/testscript.go new file mode 100644 index 0000000..bcec42c --- /dev/null +++ b/internal/testscript.go @@ -0,0 +1,19 @@ +package internal + +import ( + "os" + "testing" + + "github.com/rogpeppe/go-internal/testscript" +) + +func RunTestscript(t *testing.T) { + testscript.Run(t, testscript.Params{ + Dir: "testdata", + Setup: func(env *testscript.Env) error { + env.Setenv("COLUMNS", "120") // https://github.com/symfony/console/blob/2b9c5fafbac0399a20a2e82429e2bd735dcfb7db/Style/SymfonyStyle.php#L44 + return nil + }, + UpdateScripts: os.Getenv("UPDATE_SCRIPTS") == "1", + }) +} diff --git a/internal/txtar_writer.go b/internal/txtar_writer.go new file mode 100644 index 0000000..6c0a900 --- /dev/null +++ b/internal/txtar_writer.go @@ -0,0 +1,44 @@ +package internal + +import ( + "os" + "path/filepath" +) + +type txtarWriter interface { + Name() string + Write(f *os.File) error +} + +func Generate[T txtarWriter](name string, cases ...T) error { + os.Stdout.Write([]byte("\n==> Generating " + name + " scripts\n\n")) + + dir, err := filepath.Abs("testdata") + if err != nil { + return err + } + os.Stdout.Write([]byte(dir + "\n")) + + if err := ensureDirEmpty(dir); err != nil { + return err + } + + for _, w := range cases { + n := sanitizeFilename(w.Name()) + ".txtar" + os.Stdout.Write([]byte(" - " + n + "\n")) + + p := filepath.Join(dir, n) + f, err := os.Create(p) + if err != nil { + return err + } + defer f.Close() + + err = w.Write(f) + if err != nil { + return err + } + } + + return nil +} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______full___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______minor_only___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto______null__.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______auto______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______minor_only___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______minor_only___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______not_a_mode___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source______null__.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______not_a_source______null__.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______full___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______minor_only___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline______null__.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______offline______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______full___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______minor_only___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net______null__.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4_______php_net______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______full___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______minor_only___.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null_____null__.snap" deleted file mode 100644 index a7d69fb..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______4______null_____null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^4". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______full___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______minor_only___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto______null__.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______auto______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______full___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______full___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______minor_only___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______minor_only___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______not_a_mode___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source______null__.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______not_a_source______null__.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______full___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______minor_only___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline______null__.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______offline______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______full___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______minor_only___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net______null__.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999_______php_net______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______full___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______minor_only___.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null_____null__.snap" deleted file mode 100644 index 2376136..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set______7_999______null_____null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "^7.999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______full___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______minor_only___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto______null__.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______auto______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______full___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______full___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______minor_only___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______minor_only___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______not_a_mode___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source______null__.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______not_a_source______null__.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______full___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______minor_only___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline______null__.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______offline______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______full___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______minor_only___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net______null__.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999_______php_net______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______full___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______minor_only___.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null_____null__.snap" deleted file mode 100644 index 6f24a51..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_______999______null_____null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint ">=999". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______full___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______minor_only___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto______null__.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________auto______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______full___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______full___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______minor_only___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______minor_only___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______not_a_mode___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source______null__.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________not_a_source______null__.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______full___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______minor_only___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline______null__.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________offline______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______full___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______minor_only___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net______null__.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set____________php_net______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______full___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______minor_only___.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null_____null__.snap" deleted file mode 100644 index 7b2b5a8..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set___________null_____null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint : Invalid version string "" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______full___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______minor_only___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto______null__.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______auto______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______full___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______full___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______minor_only___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______minor_only___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______not_a_mode___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source______null__.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______not_a_source______null__.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______full___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______minor_only___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline______null__.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______offline______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______full___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______minor_only___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net______null__.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master_______php_net______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______full___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______minor_only___.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null_____null__.snap" deleted file mode 100644 index 9c366b7..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____dev_master______null_____null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] No PHP versions could satisfy the constraint "dev-master". - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______full___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______minor_only___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto______null__.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______auto______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______full___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______full___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______minor_only___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______minor_only___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______not_a_mode___.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source______null__.snap" deleted file mode 100644 index 9ce2486..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______not_a_source______null__.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --source "not-a-source". Available sources: [auto, php.net, offline] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______full___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______minor_only___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline______null__.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______offline______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______full___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______minor_only___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net_______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net______null__.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo_______php_net______null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______full___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______full___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______minor_only___.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______minor_only___.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______not_a_mode___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______not_a_mode___.snap" deleted file mode 100644 index cf5fa37..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null______not_a_mode___.snap" +++ /dev/null @@ -1,7 +0,0 @@ - - - [ERROR] Invalid --mode "not-a-mode". Available modes: [full, minor-only] - - -constraint [--source SOURCE] [--mode MODE] [--] - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null_____null__.snap" deleted file mode 100644 index 33ab44f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_fails_with_data_set_____foo______null_____null__.snap" +++ /dev/null @@ -1,3 +0,0 @@ - - [ERROR] Could not parse version constraint foo: Invalid version string "foo" - diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______full___.snap" deleted file mode 100644 index 3aa3047..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______minor_only___.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto______null__.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________auto______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______full___.snap" deleted file mode 100644 index 3aa3047..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______minor_only___.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline______null__.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________offline______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______full___.snap" deleted file mode 100644 index 3aa3047..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______minor_only___.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net______null__.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1____________php_net______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______full___.snap" deleted file mode 100644 index 3aa3047..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______minor_only___.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null_____null__.snap" deleted file mode 100644 index 1a0e5cc..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1___________null_____null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "~7.3.1 || *", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______full___.snap" deleted file mode 100644 index 6b159ec..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______full___.snap" +++ /dev/null @@ -1,40 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33" - ], - "lowest": "7.3.1", - "highest": "7.3.33" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______minor_only___.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto______null__.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______auto______null__.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______full___.snap" deleted file mode 100644 index 6b159ec..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______full___.snap" +++ /dev/null @@ -1,40 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33" - ], - "lowest": "7.3.1", - "highest": "7.3.33" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______minor_only___.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline______null__.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______offline______null__.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______full___.snap" deleted file mode 100644 index 6b159ec..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______full___.snap" +++ /dev/null @@ -1,40 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33" - ], - "lowest": "7.3.1", - "highest": "7.3.33" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______minor_only___.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net______null__.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1_______php_net______null__.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______full___.snap" deleted file mode 100644 index 6b159ec..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______full___.snap" +++ /dev/null @@ -1,40 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33" - ], - "lowest": "7.3.1", - "highest": "7.3.33" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______minor_only___.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null______minor_only___.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null_____null__.snap" deleted file mode 100644 index 8fdb73b..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_1______null_____null__.snap" +++ /dev/null @@ -1,8 +0,0 @@ -{ - "constraint": "~7.3.1", - "versions": [ - "7.3" - ], - "lowest": "7.3", - "highest": "7.3" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______full___.snap" deleted file mode 100644 index 155ae18..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______full___.snap" +++ /dev/null @@ -1,102 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.1", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______minor_only___.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto______null__.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______auto______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______full___.snap" deleted file mode 100644 index 155ae18..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______full___.snap" +++ /dev/null @@ -1,102 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.1", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______minor_only___.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline______null__.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______offline______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______full___.snap" deleted file mode 100644 index 155ae18..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______full___.snap" +++ /dev/null @@ -1,102 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.1", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______minor_only___.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net______null__.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1_______php_net______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______full___.snap" deleted file mode 100644 index 155ae18..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______full___.snap" +++ /dev/null @@ -1,102 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.1", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______minor_only___.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null_____null__.snap" deleted file mode 100644 index 7a5735e..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3__8_1______null_____null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______full___.snap" deleted file mode 100644 index 4a18077..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.1", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______minor_only___.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto______null__.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______auto______null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______full___.snap" deleted file mode 100644 index 4a18077..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.1", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______minor_only___.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline______null__.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______offline______null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______full___.snap" deleted file mode 100644 index 4a18077..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.1", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______minor_only___.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net______null__.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1_______php_net______null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______full___.snap" deleted file mode 100644 index 4a18077..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.1", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______minor_only___.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null_____null__.snap" deleted file mode 100644 index a1037ba..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3___8_1______null_____null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full___.snap" deleted file mode 100644 index 6743842..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full___.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full_____2.snap" deleted file mode 100644 index 789c5c4..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______full_____2.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only___.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only_____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto_______minor_only_____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null__.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null__.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______auto______null____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full___.snap" deleted file mode 100644 index 6743842..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full___.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full_____2.snap" deleted file mode 100644 index 789c5c4..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______full_____2.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only___.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only_____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline_______minor_only_____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null__.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null__.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______offline______null____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full___.snap" deleted file mode 100644 index 6743842..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full___.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full_____2.snap" deleted file mode 100644 index 789c5c4..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______full_____2.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only___.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only_____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net_______minor_only_____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null__.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null__.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1_______php_net______null____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full___.snap" deleted file mode 100644 index 6743842..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full___.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full_____2.snap" deleted file mode 100644 index 789c5c4..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______full_____2.snap" +++ /dev/null @@ -1,174 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "7.3.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only___.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only___.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only_____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only_____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null______minor_only_____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null__.snap" deleted file mode 100644 index b75bd3c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null__.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "^7.3 || ^8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null____2.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null____2.snap" deleted file mode 100644 index 893c0e3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_____8_1______null_____null____2.snap" +++ /dev/null @@ -1,13 +0,0 @@ -{ - "constraint": "~7.3 || ~8.1", - "versions": [ - "7.3", - "7.4", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "7.3", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______minor_only___.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto_______minor_only___.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto______null__.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______auto______null__.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______minor_only___.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline_______minor_only___.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline______null__.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______offline______null__.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______full___.snap" deleted file mode 100644 index 74c89f6..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______full___.snap" +++ /dev/null @@ -1,73 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33" - ], - "lowest": "7.3.0", - "highest": "7.4.33" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______minor_only___.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net______null__.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3_______php_net______null__.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______full___.snap" deleted file mode 100644 index 74c89f6..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______full___.snap" +++ /dev/null @@ -1,73 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33" - ], - "lowest": "7.3.0", - "highest": "7.4.33" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______minor_only___.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null______minor_only___.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null_____null__.snap" deleted file mode 100644 index bd7b9f5..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______7_3______null_____null__.snap" +++ /dev/null @@ -1,9 +0,0 @@ -{ - "constraint": "^7.3", - "versions": [ - "7.3", - "7.4" - ], - "lowest": "7.3", - "highest": "7.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______full___.snap" deleted file mode 100644 index d20e18f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______full___.snap" +++ /dev/null @@ -1,70 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.4.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______minor_only___.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto______null__.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______auto______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______full___.snap" deleted file mode 100644 index d20e18f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______full___.snap" +++ /dev/null @@ -1,70 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.4.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______minor_only___.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline______null__.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______offline______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______full___.snap" deleted file mode 100644 index d20e18f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______full___.snap" +++ /dev/null @@ -1,70 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.4.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______minor_only___.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net______null__.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1_______php_net______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______full___.snap" deleted file mode 100644 index d20e18f..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______full___.snap" +++ /dev/null @@ -1,70 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.4.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______minor_only___.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null_____null__.snap" deleted file mode 100644 index d4321f2..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3_99999___8_1______null_____null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3.99999 <=8.1", - "versions": [ - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.4", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______full___.snap" deleted file mode 100644 index 7d65005..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.0", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______minor_only___.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto______null__.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______auto______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______full___.snap" deleted file mode 100644 index 7d65005..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.0", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______minor_only___.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline______null__.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______offline______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______full___.snap" deleted file mode 100644 index 7d65005..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.0", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______minor_only___.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net______null__.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1_______php_net______null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______full___.snap" deleted file mode 100644 index 7d65005..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______full___.snap" +++ /dev/null @@ -1,103 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30" - ], - "lowest": "7.3.0", - "highest": "8.0.30" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______minor_only___.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null______minor_only___.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null_____null__.snap" deleted file mode 100644 index 08f0f8c..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3__8_1______null_____null__.snap" +++ /dev/null @@ -1,10 +0,0 @@ -{ - "constraint": ">=7.3 <8.1", - "versions": [ - "7.3", - "7.4", - "8.0" - ], - "lowest": "7.3", - "highest": "8.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______full___.snap" deleted file mode 100644 index f7c3fd3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______full___.snap" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______minor_only___.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto_______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto______null__.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______auto______null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______full___.snap" deleted file mode 100644 index f7c3fd3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______full___.snap" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______minor_only___.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline_______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline______null__.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______offline______null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______full___.snap" deleted file mode 100644 index f7c3fd3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______full___.snap" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______minor_only___.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net______null__.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1_______php_net______null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______full___.snap" deleted file mode 100644 index f7c3fd3..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______full___.snap" +++ /dev/null @@ -1,104 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0" - ], - "lowest": "7.3.0", - "highest": "8.1.0" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______minor_only___.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null______minor_only___.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null_____null__.snap" deleted file mode 100644 index ce32906..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_______7_3___8_1______null_____null__.snap" +++ /dev/null @@ -1,11 +0,0 @@ -{ - "constraint": ">=7.3 <=8.1", - "versions": [ - "7.3", - "7.4", - "8.0", - "8.1" - ], - "lowest": "7.3", - "highest": "8.1" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______minor_only___.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto______null__.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________auto______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______minor_only___.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline______null__.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________offline______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______full___.snap" deleted file mode 100644 index da20d18..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______minor_only___.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net______null__.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set_____________php_net______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______full___.snap" deleted file mode 100644 index da20d18..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______minor_only___.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null_____null__.snap" deleted file mode 100644 index 3da6248..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set____________null_____null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "*", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______minor_only___.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto______null__.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______auto______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______minor_only___.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline______null__.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______offline______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______full___.snap" deleted file mode 100644 index 401686d..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______minor_only___.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net_______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net______null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net______null__.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable_______php_net______null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______full___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______full___.snap" deleted file mode 100644 index 401686d..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______full___.snap" +++ /dev/null @@ -1,493 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0.0", - "5.0.1", - "5.0.2", - "5.0.3", - "5.0.4", - "5.0.5", - "5.1.0", - "5.1.1", - "5.1.2", - "5.1.3", - "5.1.4", - "5.1.5", - "5.1.6", - "5.2.0", - "5.2.1", - "5.2.2", - "5.2.3", - "5.2.4", - "5.2.5", - "5.2.6", - "5.2.8", - "5.2.9", - "5.2.10", - "5.2.11", - "5.2.12", - "5.2.13", - "5.2.14", - "5.2.15", - "5.2.16", - "5.2.17", - "5.3.0", - "5.3.1", - "5.3.2", - "5.3.3", - "5.3.4", - "5.3.5", - "5.3.6", - "5.3.7", - "5.3.8", - "5.3.9", - "5.3.10", - "5.3.11", - "5.3.12", - "5.3.13", - "5.3.14", - "5.3.15", - "5.3.16", - "5.3.17", - "5.3.18", - "5.3.19", - "5.3.20", - "5.3.21", - "5.3.22", - "5.3.23", - "5.3.24", - "5.3.25", - "5.3.26", - "5.3.27", - "5.3.28", - "5.3.29", - "5.4.0", - "5.4.1", - "5.4.2", - "5.4.3", - "5.4.4", - "5.4.5", - "5.4.6", - "5.4.7", - "5.4.8", - "5.4.9", - "5.4.10", - "5.4.11", - "5.4.12", - "5.4.13", - "5.4.14", - "5.4.15", - "5.4.16", - "5.4.17", - "5.4.18", - "5.4.19", - "5.4.20", - "5.4.21", - "5.4.22", - "5.4.23", - "5.4.24", - "5.4.25", - "5.4.26", - "5.4.27", - "5.4.28", - "5.4.29", - "5.4.30", - "5.4.31", - "5.4.32", - "5.4.33", - "5.4.34", - "5.4.35", - "5.4.36", - "5.4.37", - "5.4.38", - "5.4.39", - "5.4.40", - "5.4.41", - "5.4.42", - "5.4.43", - "5.4.44", - "5.4.45", - "5.5.0", - "5.5.1", - "5.5.2", - "5.5.3", - "5.5.4", - "5.5.5", - "5.5.6", - "5.5.7", - "5.5.8", - "5.5.9", - "5.5.10", - "5.5.11", - "5.5.12", - "5.5.13", - "5.5.14", - "5.5.15", - "5.5.16", - "5.5.17", - "5.5.18", - "5.5.19", - "5.5.20", - "5.5.21", - "5.5.22", - "5.5.23", - "5.5.24", - "5.5.25", - "5.5.26", - "5.5.27", - "5.5.28", - "5.5.29", - "5.5.30", - "5.5.31", - "5.5.32", - "5.5.33", - "5.5.34", - "5.5.35", - "5.5.36", - "5.5.37", - "5.5.38", - "5.6.0", - "5.6.1", - "5.6.2", - "5.6.3", - "5.6.4", - "5.6.5", - "5.6.6", - "5.6.7", - "5.6.8", - "5.6.9", - "5.6.10", - "5.6.11", - "5.6.12", - "5.6.13", - "5.6.14", - "5.6.15", - "5.6.16", - "5.6.17", - "5.6.18", - "5.6.19", - "5.6.20", - "5.6.21", - "5.6.22", - "5.6.23", - "5.6.24", - "5.6.25", - "5.6.26", - "5.6.27", - "5.6.28", - "5.6.29", - "5.6.30", - "5.6.31", - "5.6.32", - "5.6.33", - "5.6.34", - "5.6.35", - "5.6.36", - "5.6.37", - "5.6.38", - "5.6.39", - "5.6.40", - "7.0.0", - "7.0.1", - "7.0.2", - "7.0.3", - "7.0.4", - "7.0.5", - "7.0.6", - "7.0.7", - "7.0.8", - "7.0.9", - "7.0.10", - "7.0.11", - "7.0.12", - "7.0.13", - "7.0.14", - "7.0.15", - "7.0.16", - "7.0.17", - "7.0.18", - "7.0.19", - "7.0.20", - "7.0.21", - "7.0.22", - "7.0.23", - "7.0.24", - "7.0.25", - "7.0.26", - "7.0.27", - "7.0.28", - "7.0.29", - "7.0.30", - "7.0.31", - "7.0.32", - "7.0.33", - "7.1.0", - "7.1.1", - "7.1.2", - "7.1.3", - "7.1.4", - "7.1.5", - "7.1.6", - "7.1.7", - "7.1.8", - "7.1.9", - "7.1.10", - "7.1.11", - "7.1.12", - "7.1.13", - "7.1.14", - "7.1.15", - "7.1.16", - "7.1.17", - "7.1.18", - "7.1.19", - "7.1.20", - "7.1.21", - "7.1.22", - "7.1.23", - "7.1.24", - "7.1.25", - "7.1.26", - "7.1.27", - "7.1.28", - "7.1.29", - "7.1.30", - "7.1.31", - "7.1.32", - "7.1.33", - "7.2.0", - "7.2.1", - "7.2.2", - "7.2.3", - "7.2.4", - "7.2.5", - "7.2.6", - "7.2.7", - "7.2.8", - "7.2.9", - "7.2.10", - "7.2.11", - "7.2.12", - "7.2.13", - "7.2.14", - "7.2.15", - "7.2.16", - "7.2.17", - "7.2.18", - "7.2.19", - "7.2.20", - "7.2.21", - "7.2.22", - "7.2.23", - "7.2.24", - "7.2.25", - "7.2.26", - "7.2.27", - "7.2.28", - "7.2.29", - "7.2.30", - "7.2.31", - "7.2.32", - "7.2.33", - "7.2.34", - "7.3.0", - "7.3.1", - "7.3.2", - "7.3.3", - "7.3.4", - "7.3.5", - "7.3.6", - "7.3.7", - "7.3.8", - "7.3.9", - "7.3.10", - "7.3.11", - "7.3.12", - "7.3.13", - "7.3.14", - "7.3.15", - "7.3.16", - "7.3.17", - "7.3.18", - "7.3.19", - "7.3.20", - "7.3.21", - "7.3.22", - "7.3.23", - "7.3.24", - "7.3.25", - "7.3.26", - "7.3.27", - "7.3.28", - "7.3.29", - "7.3.30", - "7.3.31", - "7.3.32", - "7.3.33", - "7.4.0", - "7.4.1", - "7.4.2", - "7.4.3", - "7.4.4", - "7.4.5", - "7.4.6", - "7.4.7", - "7.4.8", - "7.4.9", - "7.4.10", - "7.4.11", - "7.4.12", - "7.4.13", - "7.4.14", - "7.4.15", - "7.4.16", - "7.4.18", - "7.4.19", - "7.4.20", - "7.4.21", - "7.4.22", - "7.4.23", - "7.4.24", - "7.4.25", - "7.4.26", - "7.4.27", - "7.4.28", - "7.4.29", - "7.4.30", - "7.4.32", - "7.4.33", - "8.0.0", - "8.0.1", - "8.0.2", - "8.0.3", - "8.0.5", - "8.0.6", - "8.0.7", - "8.0.8", - "8.0.9", - "8.0.10", - "8.0.11", - "8.0.12", - "8.0.13", - "8.0.14", - "8.0.15", - "8.0.16", - "8.0.17", - "8.0.18", - "8.0.19", - "8.0.20", - "8.0.21", - "8.0.22", - "8.0.23", - "8.0.24", - "8.0.25", - "8.0.26", - "8.0.27", - "8.0.28", - "8.0.29", - "8.0.30", - "8.1.0", - "8.1.1", - "8.1.2", - "8.1.3", - "8.1.4", - "8.1.5", - "8.1.6", - "8.1.7", - "8.1.8", - "8.1.9", - "8.1.10", - "8.1.11", - "8.1.12", - "8.1.13", - "8.1.14", - "8.1.15", - "8.1.16", - "8.1.17", - "8.1.18", - "8.1.19", - "8.1.20", - "8.1.21", - "8.1.22", - "8.1.23", - "8.1.24", - "8.1.25", - "8.1.26", - "8.1.27", - "8.1.28", - "8.1.29", - "8.1.30", - "8.1.31", - "8.1.32", - "8.1.33", - "8.2.0", - "8.2.1", - "8.2.2", - "8.2.3", - "8.2.4", - "8.2.5", - "8.2.6", - "8.2.7", - "8.2.8", - "8.2.9", - "8.2.10", - "8.2.11", - "8.2.12", - "8.2.13", - "8.2.14", - "8.2.15", - "8.2.16", - "8.2.17", - "8.2.18", - "8.2.19", - "8.2.20", - "8.2.21", - "8.2.22", - "8.2.23", - "8.2.24", - "8.2.25", - "8.2.26", - "8.2.27", - "8.2.28", - "8.2.29", - "8.3.0", - "8.3.1", - "8.3.2", - "8.3.3", - "8.3.4", - "8.3.6", - "8.3.7", - "8.3.8", - "8.3.9", - "8.3.10", - "8.3.11", - "8.3.12", - "8.3.13", - "8.3.14", - "8.3.15", - "8.3.16", - "8.3.17", - "8.3.19", - "8.3.20", - "8.3.21", - "8.3.22", - "8.3.23", - "8.3.24", - "8.3.25", - "8.3.26", - "8.4.1", - "8.4.2", - "8.4.3", - "8.4.4", - "8.4.5", - "8.4.6", - "8.4.7", - "8.4.8", - "8.4.10", - "8.4.11", - "8.4.12", - "8.4.13" - ], - "lowest": "5.0.0", - "highest": "8.4.13" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______minor_only___.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______minor_only___.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null______minor_only___.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null_____null__.snap" "b/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null_____null__.snap" deleted file mode 100644 index 4254dce..0000000 --- "a/tests/.pest/snapshots/E2E/Console/ConstraintCommandTest/_TypistTech_PhpMatrix_Console_ConstraintCommand__\342\206\222_it_success_with_data_set______stable______null_____null__.snap" +++ /dev/null @@ -1,24 +0,0 @@ -{ - "constraint": "@stable", - "versions": [ - "5.0", - "5.1", - "5.2", - "5.3", - "5.4", - "5.5", - "5.6", - "7.0", - "7.1", - "7.2", - "7.3", - "7.4", - "8.0", - "8.1", - "8.2", - "8.3", - "8.4" - ], - "lowest": "5.0", - "highest": "8.4" -} diff --git "a/tests/.pest/snapshots/E2E/Releases/PhpNetReleasesTest/_TypistTech_PhpMatrix_Releases_PhpNetReleases__\342\206\222____all____\342\206\222_it_fetches_all_versions.snap" "b/tests/.pest/snapshots/E2E/Releases/PhpNetReleasesTest/_TypistTech_PhpMatrix_Releases_PhpNetReleases__\342\206\222____all____\342\206\222_it_fetches_all_versions.snap" deleted file mode 100644 index 6849e46..0000000 --- "a/tests/.pest/snapshots/E2E/Releases/PhpNetReleasesTest/_TypistTech_PhpMatrix_Releases_PhpNetReleases__\342\206\222____all____\342\206\222_it_fetches_all_versions.snap" +++ /dev/null @@ -1,488 +0,0 @@ -[ - "5.6.40", - "5.6.39", - "5.6.38", - "5.6.37", - "5.6.36", - "5.6.35", - "5.6.34", - "5.6.33", - "5.6.32", - "5.6.31", - "5.6.30", - "5.6.29", - "5.6.28", - "5.6.27", - "5.6.26", - "5.6.25", - "5.6.24", - "5.5.38", - "5.6.23", - "5.5.37", - "5.5.36", - "5.6.22", - "5.6.21", - "5.5.35", - "5.6.20", - "5.5.34", - "5.6.19", - "5.5.33", - "5.6.18", - "5.5.32", - "5.6.17", - "5.5.31", - "5.6.16", - "5.5.30", - "5.6.15", - "5.6.14", - "5.6.13", - "5.5.29", - "5.5.28", - "5.6.12", - "5.6.11", - "5.5.27", - "5.6.10", - "5.5.26", - "5.6.9", - "5.5.25", - "5.6.8", - "5.5.24", - "5.6.7", - "5.5.23", - "5.6.6", - "5.5.22", - "5.6.5", - "5.5.21", - "5.6.4", - "5.5.20", - "5.6.3", - "5.5.19", - "5.6.2", - "5.5.18", - "5.6.1", - "5.5.17", - "5.6.0", - "5.5.16", - "5.5.15", - "5.5.14", - "5.5.13", - "5.5.12", - "5.5.11", - "5.5.10", - "5.5.9", - "5.5.8", - "5.5.7", - "5.5.6", - "5.5.5", - "5.5.4", - "5.5.3", - "5.5.2", - "5.5.1", - "5.5.0", - "5.4.45", - "5.4.44", - "5.4.43", - "5.4.42", - "5.4.41", - "5.4.40", - "5.4.39", - "5.4.38", - "5.4.37", - "5.4.36", - "5.4.35", - "5.4.34", - "5.4.33", - "5.4.32", - "5.4.31", - "5.4.30", - "5.4.29", - "5.4.28", - "5.4.27", - "5.4.26", - "5.4.25", - "5.4.24", - "5.4.23", - "5.4.22", - "5.4.21", - "5.4.20", - "5.4.19", - "5.4.18", - "5.4.17", - "5.4.16", - "5.4.15", - "5.4.14", - "5.4.13", - "5.4.12", - "5.4.11", - "5.4.10", - "5.4.9", - "5.4.8", - "5.4.7", - "5.4.6", - "5.4.5", - "5.4.4", - "5.4.3", - "5.4.2", - "5.4.1", - "5.4.0", - "5.3.29", - "5.3.28", - "5.3.27", - "5.3.26", - "5.3.25", - "5.3.24", - "5.3.23", - "5.3.22", - "5.3.21", - "5.3.20", - "5.3.19", - "5.3.18", - "5.3.17", - "5.3.16", - "5.3.15", - "5.3.14", - "5.3.13", - "5.3.12", - "5.3.11", - "5.3.10", - "5.3.9", - "5.3.8", - "5.3.7", - "5.3.6", - "5.3.5", - "5.3.4", - "5.2.17", - "5.2.16", - "5.2.15", - "5.3.3", - "5.2.14", - "5.3.2", - "5.2.13", - "5.3.1", - "5.2.12", - "5.2.11", - "5.3.0", - "5.2.10", - "5.2.9", - "5.2.8", - "5.2.6", - "5.2.5", - "5.2.4", - "5.2.3", - "5.2.2", - "5.2.1", - "5.2.0", - "5.1.6", - "5.1.5", - "5.1.4", - "5.1.3", - "5.1.2", - "5.1.1", - "5.1.0", - "5.0.5", - "5.0.4", - "5.0.3", - "5.0.2", - "5.0.1", - "5.0.0", - "7.4.33", - "7.4.32", - "7.4.30", - "7.4.29", - "7.4.28", - "7.4.27", - "7.4.26", - "7.3.33", - "7.3.32", - "7.4.25", - "7.3.31", - "7.4.24", - "7.4.23", - "7.3.30", - "7.4.22", - "7.3.29", - "7.4.21", - "7.4.20", - "7.3.28", - "7.4.19", - "7.4.18", - "7.4.16", - "7.3.27", - "7.4.15", - "7.4.14", - "7.3.26", - "7.3.25", - "7.4.13", - "7.2.34", - "7.3.24", - "7.4.12", - "7.4.11", - "7.3.23", - "7.3.22", - "7.4.10", - "7.2.33", - "7.4.9", - "7.3.21", - "7.4.8", - "7.3.20", - "7.2.32", - "7.4.7", - "7.2.31", - "7.3.19", - "7.4.6", - "7.3.18", - "7.4.5", - "7.3.17", - "7.2.30", - "7.2.29", - "7.4.4", - "7.3.16", - "7.4.3", - "7.2.28", - "7.3.15", - "7.4.2", - "7.3.14", - "7.2.27", - "7.3.13", - "7.2.26", - "7.4.1", - "7.2.25", - "7.3.12", - "7.4.0", - "7.1.33", - "7.2.24", - "7.3.11", - "7.1.32", - "7.3.10", - "7.2.23", - "7.2.22", - "7.3.9", - "7.1.31", - "7.2.21", - "7.3.8", - "7.1.30", - "7.2.20", - "7.3.7", - "7.2.19", - "7.3.6", - "7.1.29", - "7.2.18", - "7.3.5", - "7.1.28", - "7.2.17", - "7.3.4", - "7.1.27", - "7.2.16", - "7.3.3", - "7.1.26", - "7.2.15", - "7.3.2", - "7.2.14", - "7.3.1", - "7.0.33", - "7.1.25", - "7.3.0", - "7.2.13", - "7.0.32", - "7.1.24", - "7.2.12", - "7.1.23", - "7.2.11", - "7.1.22", - "7.2.10", - "7.1.21", - "7.0.31", - "7.2.9", - "7.1.20", - "7.2.8", - "7.1.19", - "7.0.30", - "7.2.7", - "7.1.18", - "7.2.6", - "7.1.17", - "7.2.5", - "7.1.16", - "7.0.29", - "7.2.4", - "7.1.15", - "7.2.3", - "7.0.28", - "7.1.14", - "7.2.2", - "7.0.27", - "7.2.1", - "7.1.13", - "7.2.0", - "7.1.12", - "7.0.26", - "7.1.11", - "7.0.25", - "7.1.10", - "7.0.24", - "7.1.9", - "7.0.23", - "7.1.8", - "7.0.22", - "7.1.7", - "7.0.21", - "7.1.6", - "7.0.20", - "7.1.5", - "7.0.19", - "7.1.4", - "7.0.18", - "7.1.3", - "7.0.17", - "7.1.2", - "7.0.16", - "7.1.1", - "7.0.15", - "7.0.14", - "7.1.0", - "7.0.13", - "7.0.12", - "7.0.11", - "7.0.10", - "7.0.9", - "7.0.8", - "7.0.7", - "7.0.6", - "7.0.5", - "7.0.4", - "7.0.3", - "7.0.2", - "7.0.1", - "7.0.0", - "8.4.13", - "8.3.26", - "8.2.29", - "8.1.33", - "8.3.25", - "8.4.12", - "8.3.24", - "8.4.11", - "8.4.10", - "8.3.23", - "8.3.22", - "8.1.32", - "8.2.28", - "8.4.8", - "8.3.21", - "8.4.7", - "8.3.20", - "8.4.6", - "8.4.5", - "8.3.19", - "8.2.27", - "8.1.31", - "8.4.4", - "8.3.17", - "8.3.16", - "8.4.3", - "8.4.2", - "8.3.15", - "8.4.1", - "8.3.14", - "8.2.26", - "8.1.30", - "8.3.13", - "8.2.25", - "8.2.24", - "8.3.12", - "8.1.29", - "8.2.23", - "8.3.11", - "8.3.10", - "8.2.22", - "8.2.21", - "8.3.9", - "8.3.8", - "8.2.20", - "8.2.19", - "8.3.7", - "8.1.28", - "8.3.6", - "8.2.18", - "8.1.27", - "8.3.4", - "8.2.17", - "8.3.3", - "8.2.16", - "8.2.15", - "8.3.2", - "8.2.14", - "8.3.1", - "8.2.13", - "8.1.26", - "8.3.0", - "8.0.30", - "8.1.25", - "8.2.12", - "8.1.24", - "8.2.11", - "8.1.23", - "8.2.10", - "8.1.22", - "8.2.9", - "8.2.8", - "8.0.29", - "8.1.21", - "8.1.20", - "8.2.7", - "8.1.19", - "8.2.6", - "8.0.28", - "8.1.18", - "8.2.5", - "8.1.17", - "8.2.4", - "8.2.3", - "8.1.16", - "8.1.15", - "8.2.2", - "8.0.27", - "8.1.14", - "8.2.1", - "8.0.26", - "8.2.0", - "8.1.13", - "8.0.25", - "8.1.12", - "8.1.11", - "8.0.24", - "8.0.23", - "8.1.10", - "8.0.22", - "8.1.9", - "8.1.8", - "8.0.21", - "8.1.7", - "8.0.20", - "8.0.19", - "8.1.6", - "8.1.5", - "8.0.18", - "8.0.17", - "8.1.4", - "8.1.3", - "8.0.16", - "8.1.2", - "8.0.15", - "8.1.1", - "8.0.14", - "8.1.0", - "8.0.13", - "8.0.12", - "8.0.11", - "8.0.10", - "8.0.9", - "8.0.8", - "8.0.7", - "8.0.6", - "8.0.5", - "8.0.3", - "8.0.2", - "8.0.1", - "8.0.0" -] \ No newline at end of file diff --git a/tests/E2E/Console/ConstraintCommandTest.php b/tests/E2E/Console/ConstraintCommandTest.php deleted file mode 100644 index 27e9989..0000000 --- a/tests/E2E/Console/ConstraintCommandTest.php +++ /dev/null @@ -1,121 +0,0 @@ -getWidth())->toBe(120); - }); - - it('success', function (string $constraint, ?string $source, ?string $mode): void { - $applicationTester = $this->applicationTester(); - - $input = array_filter([ - 'constraint', - 'constraint' => $constraint, - '--source' => $source, - '--mode' => $mode, - ], static fn ($value) => $value !== null); - - $applicationTester->run($input); - - $applicationTester->assertCommandIsSuccessful(); - expect($applicationTester->getDisplay())->toMatchSnapshot(); - })->with([ - '^7.3', - '^7.3 || ^8.1', - '~7.3.1', - '~7.3 || ~8.1', - '>7.3 <8.1', - '>=7.3 <8.1', - '>7.3 <=8.1', - '>=7.3 <=8.1', - '*', - '~7.3.1 || *', - '>=7.3.99999 <=8.1', - '@stable', - ])->with([ - ...array_column(Source::cases(), 'value'), - null, - ])->with([ - ...array_column(Mode::cases(), 'value'), - null, - ])->depends('terminal width is fixed in tests'); - - // Do not use snapshot to safeguard auto-merged PRs. - it('success without snapshot', function (): void { - $applicationTester = $this->applicationTester(); - - $applicationTester->run([ - 'constraint', - 'constraint' => '^7.3 || ~8.1.1', - '--source' => Source::Offline->value, - '--mode' => Mode::MinorOnly->value, - ]); - - $applicationTester->assertCommandIsSuccessful(); - - $actual = json_decode( - $applicationTester->getDisplay(), - true, - 512, - JSON_THROW_ON_ERROR - ); - $expected = [ - 'constraint' => '^7.3 || ~8.1.1', - 'versions' => [ - '7.3', - '7.4', - '8.1', - ], - 'lowest' => '7.3', - 'highest' => '8.1', - ]; - expect($actual)->toEqual($expected); - })->depends('terminal width is fixed in tests'); - - it('fails', function (string $constraint, ?string $source, ?string $mode): void { - $applicationTester = $this->applicationTester(); - - $input = array_filter([ - 'constraint', - 'constraint' => $constraint, - '--source' => $source, - '--mode' => $mode, - ], static fn ($value) => $value !== null); - - $applicationTester->run($input); - - expect($applicationTester->getStatusCode())->not->toBe(0); - - expect($applicationTester->getDisplay())->toMatchSnapshot(); - })->with([ - '', - '^4', - '^7.999', - '>=999', - 'foo', - 'dev-master', - ])->with([ - ...array_column(Source::cases(), 'value'), - 'not-a-source', - null, - ])->with([ - ...array_column(Mode::cases(), 'value'), - 'not-a-mode', - null, - ])->depends('terminal width is fixed in tests'); -}); diff --git a/tests/E2E/Releases/PhpNetReleasesTest.php b/tests/E2E/Releases/PhpNetReleasesTest.php deleted file mode 100644 index b0a6ba6..0000000 --- a/tests/E2E/Releases/PhpNetReleasesTest.php +++ /dev/null @@ -1,22 +0,0 @@ -all(); - - expect($actual)->each->toBeString(); - expect($actual)->toMatchSnapshot(); - })->group('resource'); - }); -}); diff --git a/tests/E2E/TestCase.php b/tests/E2E/TestCase.php deleted file mode 100644 index 765701b..0000000 --- a/tests/E2E/TestCase.php +++ /dev/null @@ -1,20 +0,0 @@ -setAutoExit(false); - - return new ApplicationTester($application); - } -} diff --git a/tests/Pest.php b/tests/Pest.php index b0e9248..5a3b1a2 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -2,7 +2,6 @@ declare(strict_types=1); -use Tests\E2E\TestCase as E2ETestCase; use Tests\Unit\TestCase as UnitTestCase; /* @@ -12,9 +11,6 @@ | */ -pest()->group('e2e') - ->in('E2E'); - pest()->group('unit') ->in('Unit'); @@ -29,9 +25,6 @@ | */ -pest()->extend(E2ETestCase::class) - ->in('E2E'); - pest()->extend(UnitTestCase::class) ->in('Unit'); From 3b4dcb83cea36d2d4e6bf98b6c23a5830b513ba8 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Mon, 13 Oct 2025 20:35:05 +0100 Subject: [PATCH 2/3] Dependabot: Add `gomod` --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 498e046..7c0f6ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: / schedule: interval: weekly + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly - package-ecosystem: github-actions directory: / schedule: From 392eb468aa173e9fed693aac92f36682d3e220dc Mon Sep 17 00:00:00 2001 From: TangRufus Date: Mon, 13 Oct 2025 20:35:29 +0100 Subject: [PATCH 3/3] GitHub Actions: Add `govulncheck` workflow --- .github/workflows/govulncheck.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/govulncheck.yml diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml new file mode 100644 index 0000000..7501d2a --- /dev/null +++ b/.github/workflows/govulncheck.yml @@ -0,0 +1,27 @@ +name: govulncheck + +on: + schedule: + - cron: '2 2 * * 1' # Weekly on Monday + workflow_dispatch: + pull_request: + branches: + - main + push: + branches: + - main + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }} + cancel-in-progress: true + +permissions: {} + +jobs: + govulncheck: + runs-on: ubuntu-latest + steps: + - uses: golang/govulncheck-action@v1 + with: + go-version-file: 'go.mod' + go-package: ./...