运行$composer update
时,我不断收到以下警告:
PHP警告:file_get_contents(app/bootstrap.cache):未能打开流:没有这样的文件或目录 /home/kevin/www/project1/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Composer/ScriptHandler.php176行PHP堆栈跟踪:PHP 1.{main}() /home/kevin/www/project1/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php: 0 PHP 2.Sensio\Bundle\分布式捆绑\Composer\ScriptHandler::doBuildBootstrap() /home/kevin/www/project1/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php:30PHP 3.file_get_contents() /home/kevin/www/project1/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Composer/ScriptHandler.php:176
警告:文件获取内容(app/bootstrap.cache):无法打开流:第176行的/home/kevin/www/project1/vendor/sensio/distribution bundle/sensio/bundle/DistributionBundle/Composer/ScriptHandler.php中没有此类文件或目录
调用堆栈:0.000227648 1。{main}()/home/kevin/www/project1/vendor/sensio/distribution bundle/sensio/bundle/DistributionBundle/Resources/bin/build_bootstrap.php:0.0012 445872。Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::doBuildBootstrap()/home/kevin/www/project1/vendor/Sensio/distribution Bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php:30 0.0076 1631456 3。file_get_contents()/home/kevin/www/project1/vendor/sensio/distribution bundle/sensio/bundle/DistributionBundle/Composer/ScriptHandler.php:176
以下是我可以在不违反我的NDA的情况下发布的尽可能多的composer.json
:
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.4.*",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~2.3",
"sensio/framework-extra-bundle": "~3.0",
"sensio/generator-bundle": "~2.3",
"incenteev/composer-parameter-handler": "~2.0",
"jms/security-extra-bundle": "1.*",
"jms/serializer-bundle": "0.13.*@dev",
"jms/di-extra-bundle": "1.*",
"egeloen/ckeditor-bundle": "2.*",
"helios-ag/fm-elfinder-bundle": "1.*",
"mollie/mollie-api-php": "1.1.x",
"mailchimp/mailchimp": "dev-master",
"stof/doctrine-extensions-bundle": "~1.1@dev",
"friendsofsymfony/user-bundle": "2.0.*@dev",
"friendsofsymfony/rest-bundle": "1.3.*",
"uecode/api-key-bundle": "dev-master"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
]
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"incenteev-parameters": {
"file": "app/config/parameters.yml",
"keep-outdated": true
}
}
有什么想法吗?
这种情况时有发生,我必须手动删除缓存的文件夹manualy/app/cache/dev | prod{dev|u old或其他任何东西}
或者只是简单地运行php应用程序/控制台缓存:清除
部署Hyperledger Composer后,您可能希望升级到新版本。要更新已安装的Hyperledger Composer版本,必须卸载客户端、管理员和运行时CLI组件,并使用npm重新安装它们。 过程 1.使用以下命令卸载Hyperledger Composer组件: npm uninstall -g composer-cli npm uninstall -g composer-
我有几个OSGi捆绑包,它们是在Eclipse中使用普通清单管理依赖项和Maven Tycho的外部构建构建构建的。 在Equinox上运行Eclipse内部的捆绑包工作正常。用第谷建造它们效果很好。 现在我想使用Tycho Surefire运行集成测试,为此我创建了一个简单的测试包,其中包含一些基本测试。测试中的bundle依赖于OSGi容器中的其他bundle和一些小的启动级别调整,以便正确运
我有以下示例方案...(请注意,我可以使用服务实现该场景,但我正在尝试一些事情) 一个带有激活器类(将其命名为“客户端”)的OSGi捆绑包,另一个OSGi打包包是一个简单的库(将其称为“服务器”),公开了一个名为callMe()的方法。在“client”的start()方法中,有一个对“server”的callMe()方法的调用。当然,“服务器”包公开了我们使用callMe()方法的类的包,“客户
问题内容: 我正在做以下事情 在上面的代码中,我试图写入一个Java包中包含的资源文件。执行完代码后,我的程序可以正常运行,但是该文件只是更新web- INF中的属性文件,而不是将其更新到存储它的包中。谁能帮我弄清楚我该如何实现这一目标,或者我在这里做错了什么?非常感谢。 问题答案: 您不应该尝试写入与应用程序类一起存储的文件。根据应用程序服务器的不同,您尝试写入的位置可能无法写入,或者应用程序可
问题是:我的Firebase从一个正常工作的文档获取信息(log.d和Toast显示它正确获取信息) 但是,在创建GameMenu activity时,包(savedInstanceState)为空,并且尝试获取该信息会给我带来异常。 非常感谢快速的帮助,我们在这里有点慌乱:(
如果我做我得到这个: 我的PHP版本是: 这是我当前的: 我的symfony版本是: 如何在SF和PHP中安装?