Skip to content

Commit f7ee906

Browse files
committed
✨ Road to PHP 8, correctly push composer-mouf.lock
1 parent 204bc61 commit f7ee906

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ Using an extension to the `composer.json` file format, you can [extend the Mouf
6060

6161
- You are developing a cache package? Add a "Purge" button in Mouf UI to let your developers purge the cache
6262
- You are developing a database connection? Add a screen to create a new database connection, etc...
63+
64+
### Upgrade composer-mouf.json
65+
66+
```shell
67+
$ COMPOSER=composer-mouf.json composer <command> ... # e.g. COMPOSER=composer-mouf.json composer install
68+
```

composer-mouf.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2574,16 +2574,16 @@
25742574
},
25752575
{
25762576
"name": "mouf/mouf",
2577-
"version": "v2.0.44",
2577+
"version": "v2.0.45",
25782578
"source": {
25792579
"type": "git",
25802580
"url": "https://github.com/thecodingmachine/mouf.git",
2581-
"reference": "5c31eea26fe514ed6cb1e8f9232154c740d49eeb"
2581+
"reference": "0860b9d21f5e3c13eb90f7a36586dcd681128c7e"
25822582
},
25832583
"dist": {
25842584
"type": "zip",
2585-
"url": "https://api.github.com/repos/thecodingmachine/mouf/zipball/5c31eea26fe514ed6cb1e8f9232154c740d49eeb",
2586-
"reference": "5c31eea26fe514ed6cb1e8f9232154c740d49eeb",
2585+
"url": "https://api.github.com/repos/thecodingmachine/mouf/zipball/0860b9d21f5e3c13eb90f7a36586dcd681128c7e",
2586+
"reference": "0860b9d21f5e3c13eb90f7a36586dcd681128c7e",
25872587
"shasum": ""
25882588
},
25892589
"require": {
@@ -2723,7 +2723,7 @@
27232723
"issues": "https://github.com/thecodingmachine/mouf/issues",
27242724
"source": "https://github.com/thecodingmachine/mouf/"
27252725
},
2726-
"time": "2023-02-01T11:14:55+00:00"
2726+
"time": "2023-02-02T10:18:17+00:00"
27272727
},
27282728
{
27292729
"name": "mouf/mouf-installer",

composer-mouf.sh

-4
This file was deleted.

composer.phar

-2.68 MB
Binary file not shown.

0 commit comments

Comments
 (0)