removed allow-plugins section and added composer.lock

pull/10/head
Cédric Bonhomme 2022-05-30 07:52:59 +02:00
parent 239166a930
commit 25fb2513a0
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
3 changed files with 6698 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,7 +7,6 @@ nbproject
.settings
migrations
*.sublime-*
composer.lock
vendor/
public/css/
public/js/

View File

@ -56,10 +56,7 @@
"roave/security-advisories": "dev-master"
},
"config": {
"bin-dir": "bin/",
"allow-plugins": {
"laminas/laminas-dependency-plugin": true
}
"bin-dir": "bin/"
},
"minimum-stability": "dev",
"prefer-stable": true

6697
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff