Bagisto newest version upgrading issue
- 
					
					
					
					
when i upgrading bagisto newest version and run composer create-project command i got error ,
- codeception/phpunit-wrapper[9.0.0, ..., 9.0.x-dev] require phpunit/phpunit ^9.0 -> found phpunit/phpunit[9.0.0, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^8.5).
 - Root composer.json requires codeception/phpunit-wrapper ^9.0 -> satisfiable by codeception/phpunit-wrapper[9.0.0, ..., 9.0.x-dev].
 
 - 
					
					
					
					
@bala said in Bagisto newest version upgrading issue:
Root composer.json requires codeception/phpunit-wrapper ^9.0 -> satisfiable by codeception/phpunit-wrapper[9.0.0, ..., 9.0.x-dev].
@bala
may i know your PHP version? - 
					
					
					
					
@Vaishali-Agarwal PHP v 7.4.6
 - 
					
					
					
					
@bala
their are some dependencies are still need to be updated so you're getting composer issue.
Kindly run ' composer update ' from the bagisto root directory. - 
					
					
					
					
@Vaishali-Agarwal ok ill try