cearls / timberland

A modern WordPress theme using Timber, Advanced Custom Fields Pro, Vite, Tailwind and Alpine.js
MIT License
82 stars 21 forks source link

broken composer.json #4

Closed chrisvidal closed 3 years ago

chrisvidal commented 3 years ago

when running composer install

we got the error

[Composer\Json\JsonValidationException]                                                                     
  "./composer.json" does not match the expected JSON schema:                                                  
   - name : Does not match the regex pattern ^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]?|-{0,2})[a-z0-9]+)*$ 
cearls commented 3 years ago

I have updated composer.json to be compatible with version 2.

chrisvidal commented 3 years ago

thanks, it should do