Browse Source

Switch to mix:dev-dev

pull/332/head
SteelWagstaff 3 years ago
parent
commit
fc8f575bfc
  1. 2
      composer.json
  2. 21
      composer.lock

2
composer.json

@ -31,7 +31,7 @@
"php": ">=7.4", "php": ">=7.4",
"composer/installers": "^2", "composer/installers": "^2",
"phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/php-compatibility": "^9.3",
"pressbooks/mix": "^2.1", "pressbooks/mix": "dev-dev",
"spatie/color": "^1.1" "spatie/color": "^1.1"
}, },
"require-dev": { "require-dev": {

21
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e312e1480a403f1bb1b1112655f26d72", "content-hash": "f981f76baf1673a5867057e9a872892b",
"packages": [ "packages": [
{ {
"name": "composer/installers", "name": "composer/installers",
@ -210,25 +210,26 @@
}, },
{ {
"name": "pressbooks/mix", "name": "pressbooks/mix",
"version": "2.1.1", "version": "dev-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pressbooks/mix.git", "url": "https://github.com/pressbooks/mix.git",
"reference": "452955abf7334d2e054cf8d33236adf21c4c9961" "reference": "234f0e54e2c597a5d95436e0999b0568e81c42f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pressbooks/mix/zipball/452955abf7334d2e054cf8d33236adf21c4c9961", "url": "https://api.github.com/repos/pressbooks/mix/zipball/234f0e54e2c597a5d95436e0999b0568e81c42f1",
"reference": "452955abf7334d2e054cf8d33236adf21c4c9961", "reference": "234f0e54e2c597a5d95436e0999b0568e81c42f1",
"shasum": "" "shasum": ""
}, },
"require-dev": { "require-dev": {
"pressbooks/coding-standards": "^1.1" "pressbooks/coding-standards": "^1.1"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PressbooksMix\\": "inc/" "PressbooksMix\\": "inc/class-assets.php"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -243,9 +244,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/pressbooks/mix/issues", "issues": "https://github.com/pressbooks/mix/issues",
"source": "https://github.com/pressbooks/mix/tree/2.1.1" "source": "https://github.com/pressbooks/mix/tree/dev"
}, },
"time": "2022-05-03T15:44:17+00:00" "time": "2022-05-03T18:37:34+00:00"
}, },
{ {
"name": "spatie/color", "name": "spatie/color",
@ -4148,7 +4149,9 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"pressbooks/mix": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {

Loading…
Cancel
Save