Advertisement
stronk7

Untitled

Feb 15th, 2021
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.41 KB | None | 0 0
  1. $ git range-diff MOODLE_311_STABLE..php80_311 master...php80
  2.  1:  020e1b9b588 =  1:  ca5734c8ff1 MDL-68735 env: Moodle 3.8.x, 3.9.x and 3.10.x do not support PHP 8.0
  3.  2:  9f8f3dfcc7d =  2:  7133ea004bb MDL-70876 php80: 5th param removed from custom error handlers
  4.  3:  c7223e4b592 =  3:  faa5f970c58 MDL-70877 php80: Some magic methods are required to be public
  5.  4:  806a3b08cdc !  4:  2c2e7fdd632 MDL-70879 behat: Bump to Behat 3.8.x (required for php80)
  6.     @@ composer.json
  7.           "homepage": "https://moodle.org",
  8.           "require-dev": {
  9.               "phpunit/phpunit": "8.5.*",
  10.     --        "moodlehq/behat-extension": "3.311.3",
  11.     -+        "moodlehq/behat-extension": "3.311.4",
  12.     +-        "moodlehq/behat-extension": "3.400.3",
  13.     ++        "moodlehq/behat-extension": "3.400.4",
  14.               "mikey179/vfsstream": "^1.6"
  15.           },
  16.           "minimum-stability": "dev",
  17.     @@ composer.lock
  18.               "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  19.               "This file is @generated automatically"
  20.           ],
  21.     --    "content-hash": "16f3cf688daa7ca20725dd7b55d2fe33",
  22.     -+    "content-hash": "9fcac5e866795f6e11067282d23c6114",
  23.     +-    "content-hash": "a86b362073bbb25f0d3d4231823dc199",
  24.     ++    "content-hash": "fc0e25b3b9cf3308da4db2e1c6f1eb31",
  25.           "packages": [],
  26.           "packages-dev": [
  27.               {
  28.     @@ composer.lock
  29.               },
  30.               {
  31.                   "name": "moodlehq/behat-extension",
  32.     --            "version": "v3.311.3",
  33.     -+            "version": "v3.311.4",
  34.     +-            "version": "v3.400.3",
  35.     ++            "version": "v3.400.4",
  36.                   "source": {
  37.                       "type": "git",
  38.                       "url": "https://github.com/moodlehq/moodle-behat-extension.git",
  39.  5:  77f146f1ed2 =  5:  07293707822 MDL-70891 core: fix the lang_string::__set_state()
  40.  6:  01fe3fbdc2d =  6:  f805c0011d9 MDL-ci_integrations php80: Move highest PHP to 8.0 (from current 7.4)
  41.  7:  4a98d80609b =  7:  9259cbe4f54 MDL-70898 various: private functions can not be declared final
  42.  8:  960c70e9319 =  8:  64547b0c2f5 MDL-70893 various: optional function arguments must be in the end
  43.  9:  e16f5808561 =  9:  b6f2aa056ba MDL-70897 various: uasort callback can not return bool
  44. 10:  7960a4410f4 = 10:  3394fad2ff9 MDL-70899 dml: set_db_handle() definition not compatible with parent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement