You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 1.13-dev branch.
Discussion
----------
removed unnecessary code
Fixes#775
Removed code that was implemented in #576 as this is no longer needed as per the issue reported.
First PR in this repository. Hoping to contribute to more! If there are any issues, let me know.
Commits
-------
74117fb removed unnecessary code
echo sprintf("Fatal Error: composer.lock was created for PHP version $platform or higher but the current PHP version is %d.%d.%s.\\n", PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION);
730
-
exit(1);
731
-
}
732
-
$code
733
-
EOPHP
734
-
);
735
-
}
736
-
737
692
/**
738
693
* @return Recipe[]
739
694
*/
@@ -1010,14 +965,13 @@ public static function getSubscribedEvents(): array
0 commit comments