質問編集履歴

1

ファイルを追記しました。

2021/12/26 10:51

投稿

mandzuuuuweb
mandzuuuuweb

スコア2

test CHANGED
File without changes
test CHANGED
@@ -299,3 +299,99 @@
299
299
 
300
300
 
301
301
  拙い質問で申し訳ありません。よろしくお願い致します。
302
+
303
+
304
+
305
+ 【追記】
306
+
307
+ composer.jsonとcomposer.lockの内容を記載します。内容は自分ではいじっていません。
308
+
309
+
310
+
311
+ ●composer.json
312
+
313
+ ```json
314
+
315
+ {
316
+
317
+ "name": "masataka.f/heroku-test",
318
+
319
+ "autoload": {
320
+
321
+ "psr-4": {
322
+
323
+ "MasatakaF\HerokuTest\": "src/"
324
+
325
+ }
326
+
327
+ },
328
+
329
+ "authors": [
330
+
331
+ {
332
+
333
+ "name": "MASATAKA",
334
+
335
+ "email": "mstk_bz.tak.koshi@icloud.com"
336
+
337
+ }
338
+
339
+ ],
340
+
341
+ "require": {}
342
+
343
+ }
344
+
345
+
346
+
347
+ ```
348
+
349
+ ●composer.lock
350
+
351
+ ```json
352
+
353
+ コード
354
+
355
+
356
+
357
+ {
358
+
359
+ "_readme": [
360
+
361
+ "This file locks the dependencies of your project to a known state",
362
+
363
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
364
+
365
+ "This file is @generated automatically"
366
+
367
+ ],
368
+
369
+ "content-hash": "e48ea706644c9096610ec479504299a8",
370
+
371
+ "packages": [],
372
+
373
+ "packages-dev": [],
374
+
375
+ "aliases": [],
376
+
377
+ "minimum-stability": "stable",
378
+
379
+ "stability-flags": [],
380
+
381
+ "prefer-stable": false,
382
+
383
+ "prefer-lowest": false,
384
+
385
+ "platform": [],
386
+
387
+ "platform-dev": [],
388
+
389
+ "plugin-api-version": "2.2.0"
390
+
391
+ }
392
+
393
+
394
+
395
+ ```
396
+
397
+ 以上、よろしくお願い致します。