Browse Source

composer updates

pull/40/head
Barbara Pitt 3 years ago
parent
commit
911c481233
  1. 1
      composer.json
  2. 6
      composer.lock

1
composer.json

@ -2,6 +2,7 @@
"name": "leftypol/leftypol", "name": "leftypol/leftypol",
"description": "An imageboard based on lainchans", "description": "An imageboard based on lainchans",
"require": { "require": {
"php": "5.6.40",
"phpunit/phpunit": "^5" "phpunit/phpunit": "^5"
}, },
"scripts":{ "scripts":{

6
composer.lock

@ -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": "8ccff279f128dadb7c4e24b60c31194a", "content-hash": "18e1c1169d7719a196dbf162a8d01fb6",
"packages": [ "packages": [
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -1550,7 +1550,9 @@
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {
"php": "5.6.40"
},
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.0.0"
} }

Loading…
Cancel
Save