Hello Dhandapani,

To use a particular web framework, just add it to composer.json:

{
    "require": {
        "symfony/symfony": " ^3.0"
    }
}

In your case, this statement should refer to Codeigniter, not Symfony. 

There are quite a few references to Symfony in the error messages displayed 
during building. Did you attempt to install that framework? 

Is there any particular reason why you choose PHP 7.1 in your composer.json 
file? 

"require": {
 "php": "7.1.*"
 },

If you don't specify any version in composer.json, 7.2 gets installed. By 
default, the PHP runtime uses PHP 7.2, but you should explicitly declare 
your PHP version in the composer.json file to prevent your application from 
being automatically upgraded when a new version of PHP becomes available. 

You may benefit from more related detail, if you read the "Using PHP 
Libraries" documentation page 
<https://cloud.google.com/appengine/docs/flexible/php/using-php-libraries>. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ebd99a2d-44dc-4590-8156-16d3fc8f3401%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Dhandapani Sattanathan
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine
      • [google-a... Dhandapani Sattanathan
        • [goog... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to