Browse Source

Rollback #18532: Do not autoload tests/bootstrap.php since new Composer tries to do so for ./build/build as well

tags/2.0.43
Alexander Makarov 3 years ago
parent
commit
2bfe51c6c7
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 5
      composer.json

5
composer.json

@ -103,11 +103,6 @@
"yii\\cs\\": "cs/src/"
}
},
"autoload-dev": {
"files": [
"tests/bootstrap.php"
]
},
"config": {
"platform": {"php": "5.4"}
},

Loading…
Cancel
Save