No, they won't be phased out.
Composer is used to handle some tasks required when building the release package. These tasks will be handled before the zip package is released to the public so they do not need to worry about composer.
Parts of Symfony are used for various features that are included in 3.1.
Dependency Management: Composer
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: Dependency Management: Composer
To clarify about the vendor directory, it was decided not to add it to the repository because it is created during the composer install process.
Re: Dependency Management: Composer
Gotcha, thanks!
Re: Dependency Management: Composer
Hi guys
I try install components but get me this message.
I try to install version 3.1 in a subdomain.
I try install components but get me this message.
Could not open input file: ../composer.phar
I try to install version 3.1 in a subdomain.
*Imagine a signature super spectacular.*
- oddfish
- Registered User
- Posts: 110
- Joined: Tue Mar 27, 2007 5:53 am
- Location: on my way home
- Contact:
Re: Dependency Management: Composer
You have composer.phar in phpBB's parent directory?
If not, copy it from the root of the download file into the phpBB's parent folder.
You can have composer.phar in the phpBB3 folder and install by
EDIT For clarity:
If not, copy it from the root of the download file into the phpBB's parent folder.
You can have composer.phar in the phpBB3 folder and install by
php ./composer.phar install --dev
(notice the ./ path instead of ../)EDIT For clarity:
- You download https://github.com/phpbb/phpbb3/tarball/develop or https://github.com/phpbb/phpbb3/archive/develop.zip.
- Extract and copy the phpBB folder to your localhost root.
- Copy composer.phar from the extracted download root to localhost root.
- From localhost root in terminal / command prompt ..
Code: Select all
cd phpBB php ../composer.phar install --dev
Re: Dependency Management: Composer
Thanks oddfish
Now get me this message.
Already check that the files are properly uploaded to their respective folders.
Now get me this message.
Code: Select all
Fatal error: Class 'Phar' not found in /home/starrk/public_html/area51/composer.phar on line 13
*Imagine a signature super spectacular.*
- oddfish
- Registered User
- Posts: 110
- Joined: Tue Mar 27, 2007 5:53 am
- Location: on my way home
- Contact:
Re: Dependency Management: Composer
Are you using >=php 5.3.3 and if so, does Phar appear in your phpinfo() ?
Re: Dependency Management: Composer
This is the information
*Imagine a signature super spectacular.*
- oddfish
- Registered User
- Posts: 110
- Joined: Tue Mar 27, 2007 5:53 am
- Location: on my way home
- Contact:
Re: Dependency Management: Composer
5.3.23 ≠ 5.3.3
Update your php version to >=5.3.3 and you will be good to go.
Update your php version to >=5.3.3 and you will be good to go.
Re: Dependency Management: Composer
5.3.23 is actually newer than 5.3.3. ".23" does not mean ".2.3"oddfish wrote:5.3.23 ≠ 5.3.3
Update your php version to >=5.3.3 and you will be good to go.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts