Changeset 2108896
- Timestamp:
- 06/19/2019 12:29:49 PM (7 years ago)
- Location:
- quantimodo/trunk
- Files:
-
- 2 edited
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quantimodo/trunk/composer.json
r2106571 r2108896 4 4 }, 5 5 "require-dev": { 6 "phpunit/phpunit": "8.2. 2"6 "phpunit/phpunit": "8.2.3" 7 7 } 8 8 } -
quantimodo/trunk/composer.lock
r2106571 r2108896 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " a3cae8bb094310c160ef44f788427faa",7 "content-hash": "1856f33ce9a5f20cb6cf1ec4557cbfe3", 8 8 "packages": [ 9 9 { … … 735 735 { 736 736 "name": "phpunit/phpunit", 737 "version": "8.2. 2",737 "version": "8.2.3", 738 738 "source": { 739 739 "type": "git", 740 740 "url": "https://github.com/sebastianbergmann/phpunit.git", 741 "reference": " 24b6cfcec34c1167ee1d90b7cb22bee324af319f"742 }, 743 "dist": { 744 "type": "zip", 745 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 24b6cfcec34c1167ee1d90b7cb22bee324af319f",746 "reference": " 24b6cfcec34c1167ee1d90b7cb22bee324af319f",741 "reference": "f67ca36860ebca7224d4573f107f79bd8ed0ba03" 742 }, 743 "dist": { 744 "type": "zip", 745 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f67ca36860ebca7224d4573f107f79bd8ed0ba03", 746 "reference": "f67ca36860ebca7224d4573f107f79bd8ed0ba03", 747 747 "shasum": "" 748 748 }, … … 814 814 "xunit" 815 815 ], 816 "time": "2019-06-1 5T07:25:54+00:00"816 "time": "2019-06-19T12:03:56+00:00" 817 817 }, 818 818 { … … 1344 1344 { 1345 1345 "name": "sebastian/type", 1346 "version": "1.1. 1",1346 "version": "1.1.2", 1347 1347 "source": { 1348 1348 "type": "git", 1349 1349 "url": "https://github.com/sebastianbergmann/type.git", 1350 "reference": " b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741"1351 }, 1352 "dist": { 1353 "type": "zip", 1354 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/ b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741",1355 "reference": " b2a7f9aac51ce18cd7ac8b31e37c8ce5646fc741",1350 "reference": "251ca774d58181fe1d3eda68843264eaae7e07ef" 1351 }, 1352 "dist": { 1353 "type": "zip", 1354 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/251ca774d58181fe1d3eda68843264eaae7e07ef", 1355 "reference": "251ca774d58181fe1d3eda68843264eaae7e07ef", 1356 1356 "shasum": "" 1357 1357 }, … … 1386 1386 "description": "Collection of value objects that represent the types of the PHP type system", 1387 1387 "homepage": "https://github.com/sebastianbergmann/type", 1388 "time": "2019-06- 08T04:53:27+00:00"1388 "time": "2019-06-19T06:39:12+00:00" 1389 1389 }, 1390 1390 {
Note: See TracChangeset
for help on using the changeset viewer.