Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php 8.2 #128

Open
johndo100 opened this issue Oct 21, 2023 · 4 comments
Open

php 8.2 #128

johndo100 opened this issue Oct 21, 2023 · 4 comments

Comments

@johndo100
Copy link

Hi,
I've tried install bolt on php8.2 with no success.
It seems bolt lock with old laminas and it doesn't support php8.2.
Please fix it, thank!
23-10-21--08-47-58_maim

@bobdenotter
Copy link
Member

If you try the 5.2 beta, it'll work better:

composer create-project bolt/project myprojectname "^2.5" --stability=beta

@michaellenaghan
Copy link

Thanks for that, I ran into the same problem.

@ThomasMeschke
Copy link

I tried this, and unfortunately I get the Error message "Could not find package bolt/project with version 2.5."
image

@stephanvierkant
Copy link

Same here:

cocur/slugify v4.3.0 requires php ^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.10) does not satisfy that requirement.

Just started to try Bolt. Not a really good developer experience:

bin/console doctrine:fixtures:load --no-interaction
PHP Deprecated:  ini_set(): assert.warning INI setting is deprecated in /home/stephan/PhpstormProjects/prive/blog/vendor/symfony/error-handler/Debug.php on line 34

   > purging database
   > loading Bolt\DataFixtures\UserFixtures
   > loading Bolt\DataFixtures\TaxonomyFixtures
   > loading Bolt\DataFixtures\ImageFetchFixtures

In ErrorChunk.php line 65:
                                                                                                   
  SSL certificate problem: certificate has expired for "https://placeholder.boltcms.io/getfiles".  
                                                                                                   

In CurlResponse.php line 335:
                                                                                                   
  SSL certificate problem: certificate has expired for "https://placeholder.boltcms.io/getfiles".  
                                                                                                   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants