From 31f21a66b3531df03b6eb42d880f092251dc2054 Mon Sep 17 00:00:00 2001 From: Okura Masafumi Date: Wed, 25 Jul 2018 18:14:48 +0900 Subject: [PATCH] Replace PhantomJS with React Native PhantomJS some end of life so we should replace it with something else. I thought React Native is popular enough. --- src/Maintained/Application/Controller/HomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Maintained/Application/Controller/HomeController.php b/src/Maintained/Application/Controller/HomeController.php index bd6b803..96ad52c 100644 --- a/src/Maintained/Application/Controller/HomeController.php +++ b/src/Maintained/Application/Controller/HomeController.php @@ -40,7 +40,7 @@ class HomeController 'angular/angular.js' => 'AngularJS', 'meteor/meteor' => 'Meteor', 'facebook/react' => 'React', - 'ariya/phantomjs' => 'PhantomJS', + 'facebook/react-native' => 'React Native', 'gulpjs/gulp' => 'Gulp', 'robbyrussell/oh-my-zsh' => 'Oh My Zsh', ]; -- 2.39.5